summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatheus Richard <matheusrichardt@gmail.com>2021-12-14 19:15:02 -0300
committerGitHub <noreply@github.com>2021-12-15 07:15:02 +0900
commitb563f122972c98a9b988173f0e882249ca243624 (patch)
tree75654e7ba7e826e4a457887eb38db7e0265ddf5c
parentaa7c4c37d7752af4897567dec1b0745873b0457a (diff)
[DOC] Fix docs rendering for Process._fork [ci skip]
Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5270 Merged-By: nobu <nobu@ruby-lang.org>
-rw-r--r--process.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/process.c b/process.c
index 818b0257d4..399f0d7532 100644
--- a/process.c
+++ b/process.c
@@ -4349,8 +4349,8 @@ rb_call_proc__fork(void)
* Process._fork -> integer
*
* An internal API for fork. Do not call this method directly.
- * Currently, this is called via +Kernel.#fork+, +Process.fork+, and
- * +popen+ with +"-"+.
+ * Currently, this is called via Kernel#fork, Process.fork, and
+ * IO.popen with <tt>"-"</tt>.
*
* This method is not for casual code but for application monitoring
* libraries. You can add custom code before and after fork events