mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36245 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
912df4b615
commit
f559d61607
1 changed files with 3 additions and 0 deletions
|
@ -3884,6 +3884,9 @@ rb_f_system(int argc, VALUE *argv)
|
|||
*
|
||||
* :close_others is true by default for spawn and IO.popen.
|
||||
*
|
||||
* Note that fds which close-on-exec flag is already set are closed
|
||||
* regardless of :close_others option.
|
||||
*
|
||||
* So IO.pipe and spawn can be used as IO.popen.
|
||||
*
|
||||
* # similar to r = IO.popen(command)
|
||||
|
|
Loading…
Add table
Reference in a new issue