[前][次][番号順一覧][スレッド一覧]

ruby-changes:70214

From: Matheus <ko1@a...>
Date: Wed, 15 Dec 2021 07:15:15 +0900 (JST)
Subject: [ruby-changes:70214] b563f12297 (master): [DOC] Fix docs rendering for Process._fork [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=b563f12297

From b563f122972c98a9b988173f0e882249ca243624 Mon Sep 17 00:00:00 2001
From: Matheus Richard <matheusrichardt@g...>
Date: Tue, 14 Dec 2021 19:15:02 -0300
Subject: [DOC] Fix docs rendering for Process._fork [ci skip]

Co-authored-by: Nobuyoshi Nakada <nobu@r...>
---
 process.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/process.c b/process.c
index 818b0257d4e..399f0d7532d 100644
--- a/process.c
+++ b/process.c
@@ -4349,8 +4349,8 @@ rb_call_proc__fork(void) https://github.com/ruby/ruby/blob/trunk/process.c#L4349
  *     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
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]