summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-22 16:22:28 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-22 16:22:28 +0000
commit2e0a20d3e2fed00674c2d3a1f25fbd27d5732e9b (patch)
tree21123cc3cd272cdfebe164d4ab3c54fc9abaf157 /io.c
parenta384273d6d7efecd19ac3f6902a6233fcb586ab1 (diff)
rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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>'',