summaryrefslogtreecommitdiffstats
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
commit5456e694a7825b9a4503c99170402e0a7d9cc73a (patch)
tree21123cc3cd272cdfebe164d4ab3c54fc9abaf157 /io.c
parent95127f65047b5e3864ffe8bbd18e9f2a388f14b1 (diff)
downloadruby-5456e694a7825b9a4503c99170402e0a7d9cc73a.tar.gz
ruby-5456e694a7825b9a4503c99170402e0a7d9cc73a.tar.xz
ruby-5456e694a7825b9a4503c99170402e0a7d9cc73a.zip
rdoc update.
git-svn-id: http://svn.ruby-lang.org/repos/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 40f66c130..143a83308 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>'',