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
@ -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…
x
Reference in New Issue
Block a user