summaryrefslogtreecommitdiff
path: root/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'process.c')
-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