aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2023-09-26 11:28:36 -0400
committerPeter Zhu <peter@peterzhu.ca>2023-09-26 11:28:36 -0400
commit154bd04ee228ee3bee173a479d397074268cd4d6 (patch)
tree415825b863b979a2223d6b2b6ad18f1086a75798 /process.c
parenta40ab12768a47135fff9eafdfb445506e806a20e (diff)
downloadruby-154bd04ee228ee3bee173a479d397074268cd4d6.tar.gz
[DOC] Fix link in process.c
Diffstat (limited to 'process.c')
-rw-r--r--process.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/process.c b/process.c
index 64e0e94510..d92a8964c8 100644
--- a/process.c
+++ b/process.c
@@ -3090,7 +3090,7 @@ NORETURN(static VALUE f_exec(int c, const VALUE *a, VALUE _));
*
* Foo
*
- * See {Execution Shell}[rdoc-ref:Process@Shell] for details about the shell.
+ * See {Execution Shell}[rdoc-ref:Process@Execution+Shell] for details about the shell.
*
* Raises an exception if the new process could not execute.
*
@@ -4771,7 +4771,7 @@ rb_spawn(int argc, const VALUE *argv)
*
* Foo
*
- * See {Execution Shell}[rdoc-ref:Process@Shell] for details about the shell.
+ * See {Execution Shell}[rdoc-ref:Process@Execution+Shell] for details about the shell.
*
* Raises an exception if the new process could not execute.
*
@@ -4944,7 +4944,7 @@ rb_f_system(int argc, VALUE *argv, VALUE _)
*
* Foo
*
- * See {Execution Shell}[rdoc-ref:Process@Shell] for details about the shell.
+ * See {Execution Shell}[rdoc-ref:Process@Execution+Shell] for details about the shell.
*
* Raises an exception if the new process could not execute.
*