summaryrefslogtreecommitdiff
path: root/process.c
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2022-04-13 10:42:46 -0400
committerPeter Zhu <peter@peterzhu.ca>2022-04-13 10:43:23 -0400
commit54b53e2c8fc06e708232e399e3970fd0ecc5c4a5 (patch)
tree52b024d12a46cf401657b54ec7d96742e8991345 /process.c
parentdf1594e4b5100cef0ec0b5cf6a065f11634b26b2 (diff)
downloadruby-54b53e2c8fc06e708232e399e3970fd0ecc5c4a5.tar.gz
[ci skip] Fix docs
Diffstat (limited to 'process.c')
-rw-r--r--process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/process.c b/process.c
index b0991755cb..6de5833c4b 100644
--- a/process.c
+++ b/process.c
@@ -3165,7 +3165,7 @@ NORETURN(static VALUE f_exec(int c, const VALUE *a, VALUE _));
* [<code>exec(cmdname, arg1, ...)</code>]
* command name and one or more arguments (no shell)
* [<code>exec([cmdname, argv0], arg1, ...)</code>]
- * command name, argv[0] and zero or more arguments (no shell)
+ * command name, +argv[0]+ and zero or more arguments (no shell)
*
* In the first form, the string is taken as a command line that is subject to
* shell expansion before being executed.