diff options
author | Nobuyoshi Nakada <[email protected]> | 2025-01-02 11:58:15 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2025-01-02 11:58:15 +0900 |
commit | d441d351073d6a6c49f7c12ea99e17480aa4ee5e (patch) | |
tree | 918e2904d3e463a5f8cfca23598408fb06ad461b /io.c | |
parent | e4fff86faf03d4804c6f34e2f1c71c0fe0c67d4d (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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| |