summaryrefslogtreecommitdiff
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 ()
tree918e2904d3e463a5f8cfca23598408fb06ad461b
parente4fff86faf03d4804c6f34e2f1c71c0fe0c67d4d (diff)
[DOC] Exclude 'Process' from RDoc's autolinking
Notes: Merged: https://.com/ruby/ruby/pull/12496
-rw-r--r--.rdoc_options1
-rw-r--r--io.c2
-rw-r--r--process.c8
3 files changed, 6 insertions, 5 deletions
@@ -13,5 +13,6 @@ exclude:
- .gemspec
autolink_excluded_words:
- Ruby
- Set
@@ -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>
*
* When argument +cmd+ is the 1-character string <tt>'-'</tt>, causes the process to fork:
* IO.popen('-') do |pipe|
@@ -5914,7 +5914,7 @@ rb_getpwdiruid(void)
* The Process::Sys module contains UID and GID
* functions which provide direct bindings to the system calls of the
* same names instead of the more-portable versions of the same
- * functionality found in the Process,
* Process::UID, and Process::GID modules.
*/
@@ -8765,7 +8765,7 @@ proc_warmup(VALUE _)
* \Module +Process+ represents a process in the underlying operating system.
* Its methods support management of the current process and its child processes.
*
- * == \Process Creation
*
* Each of the following methods executes a given command in a new process or subshell,
* or multiple commands in new processes and/or subshells.
@@ -9012,7 +9012,7 @@ proc_warmup(VALUE _)
*
* 0644
*
- * ==== \Process Groups (+:pgroup+ and +:new_pgroup+)
*
* By default, the new process belongs to the same
* {process group}[https://en.wikipedia.org/wiki/Process_group]
@@ -9146,7 +9146,7 @@ proc_warmup(VALUE _)
* - ::waitall: Waits for all child processes to exit;
* returns their process IDs and statuses.
*
- * === \Process Groups
*
* - ::getpgid: Returns the process group ID for a process.
* - ::getpriority: Returns the scheduling priority