From b563f122972c98a9b988173f0e882249ca243624 Mon Sep 17 00:00:00 2001 From: Matheus Richard Date: Tue, 14 Dec 2021 19:15:02 -0300 Subject: [DOC] Fix docs rendering for Process._fork [ci skip] Co-authored-by: Nobuyoshi Nakada --- process.c | 4 ++-- 1 file 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 "-". * * This method is not for casual code but for application monitoring * libraries. You can add custom code before and after fork events -- cgit v1.2.3