summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2021-11-10 14:09:08 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2021-11-10 14:09:08 +0900
commit56b90cf94465ce347a3d9a779363c78ce3deb180 (patch)
treecb2a66de99f1eff1e4bda43d8050249d390c0198 /NEWS.md
parentaf74cc7504efa4d7fa5a0889e4ba97eade68abf1 (diff)
Fix a typo and add `IO.` [ci skip]
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 7ff8a7d5c2..05e2d41eb9 100644
--- a/NEWS.md
+++ b/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]]