mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Fix wrong description about Process.waitpid2 (#9401)
This commit is contained in:
parent
d3933fc753
commit
3e9a612d92
1 changed files with 1 additions and 1 deletions
|
@ -1479,7 +1479,7 @@ proc_m_wait(int c, VALUE *v, VALUE _)
|
|||
* Process.wait2(pid)
|
||||
* # => [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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue