mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a typo and add IO.
[ci skip]
This commit is contained in:
parent
af74cc7504
commit
56b90cf944
1 changed files with 1 additions and 1 deletions
2
NEWS.md
2
NEWS.md
|
@ -160,7 +160,7 @@ Outstanding ones only.
|
|||
|
||||
* Process.\_fork is added. This is a core method for fork(2).
|
||||
Do not call this method directly; it is called by existing
|
||||
fork methods: Kernel.#fork, Process.fork, and popen("=").
|
||||
fork methods: Kernel.#fork, Process.fork, and IO.popen("-").
|
||||
Application monitoring libraries can overwride this method to
|
||||
hook fork event. [[Feature #17795]]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue