aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/io.c b/io.c
index 40f66c1307..143a833083 100644
--- a/io.c
+++ b/io.c
@@ -4810,8 +4810,8 @@ pop_last_hash(int *argc_p, VALUE *argv)
* cmd:
* "-" : fork
* commandline : command line string which is passed to a shell
- * [env, cmdname, arg1, ..., opts] : command name and arguments (no shell)
- * [env, [cmdname, argv0], arg1, ..., opts] : command name and arguments including argv[0] (no shell)
+ * [env, cmdname, arg1, ..., opts] : command name and zero or more arguments (no shell)
+ * [env, [cmdname, argv0], arg1, ..., opts] : command name, argv[0] and zero or more arguments (no shell)
* (env and opts are optional.)
*
* If _cmd_ is a +String+ ``<code>-</code>'',