summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2025-01-02 11:58:15 +0900
committerNobuyoshi Nakada <[email protected]>2025-01-02 11:58:15 +0900
commitd441d351073d6a6c49f7c12ea99e17480aa4ee5e (patch)
tree918e2904d3e463a5f8cfca23598408fb06ad461b /io.c
parente4fff86faf03d4804c6f34e2f1c71c0fe0c67d4d (diff)
[DOC] Exclude 'Process' from RDoc's autolinking
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12496
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index eb56094296..d4a4aaae45 100644
--- a/io.c
+++ b/io.c
@@ -7862,7 +7862,7 @@ static VALUE popen_finish(VALUE port, VALUE klass);
* - {Encoding options}[rdoc-ref:encodings.rdoc@Encoding+Options].
* - Options for Kernel#spawn.
*
- * <b>Forked \Process</b>
+ * <b>Forked Process</b>
*
* When argument +cmd+ is the 1-character string <tt>'-'</tt>, causes the process to fork:
* IO.popen('-') do |pipe|