From 54b53e2c8fc06e708232e399e3970fd0ecc5c4a5 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Wed, 13 Apr 2022 10:42:46 -0400 Subject: [ci skip] Fix docs --- process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process.c') 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 _)); * [exec(cmdname, arg1, ...)] * command name and one or more arguments (no shell) * [exec([cmdname, argv0], arg1, ...)] - * 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. -- cgit v1.2.1