[DOC] Fix wrong description about Process.waitpid2 (#9401)
This commit is contained in:
parent
d3933fc753
commit
3e9a612d92
@ -1479,7 +1479,7 @@ proc_m_wait(int c, VALUE *v, VALUE _)
|
|||||||
* Process.wait2(pid)
|
* Process.wait2(pid)
|
||||||
* # => [309581, #<Process::Status: pid 309581 exit 13>]
|
* # => [309581, #<Process::Status: pid 309581 exit 13>]
|
||||||
*
|
*
|
||||||
* Process.waitpid2 is an alias for Process.waitpid.
|
* Process.waitpid2 is an alias for Process.wait2.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static VALUE
|
static VALUE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user