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@30417 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fc38c70ce9
commit
89f9c4144f
1 changed files with 3 additions and 3 deletions
|
@ -848,9 +848,9 @@ proc_wait2(int argc, VALUE *argv)
|
|||
*
|
||||
* <em>produces</em>:
|
||||
*
|
||||
* [[27434, #<Process::Status: pid=27434,exited(0)>],
|
||||
* [27433, #<Process::Status: pid=27433,exited(1)>],
|
||||
* [27432, #<Process::Status: pid=27432,exited(2)>]]
|
||||
* [[30982, #<Process::Status: pid 30982 exit 0>],
|
||||
* [30979, #<Process::Status: pid 30979 exit 1>],
|
||||
* [30976, #<Process::Status: pid 30976 exit 2>]]
|
||||
*/
|
||||
|
||||
static VALUE
|
||||
|
|
Loading…
Add table
Reference in a new issue