summaryrefslogtreecommitdiff
path: root/process.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-04 15:03:12 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-04 15:03:12 +0000
commite7562555c48bf020cfcd015cf556f09d7bb43bae (patch)
treee723cb2012e2cab592a52a5a06b412fd72f46dfe /process.c
parent21d438243dd1afb335277e8cbef801eff07c0346 (diff)
rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'process.c')
-rw-r--r--process.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/process.c b/process.c
index 0ffcdd2071..b2cd225f2e 100644
--- a/process.c
+++ b/process.c
@@ -2824,8 +2824,8 @@ rb_f_system(int argc, VALUE *argv)
* name => nil : unset the environment variable
* command...:
* commandline : command line string which is passed to a shell
- * cmdname, arg1, ... : command name and one or more arguments
- * [cmdname, argv0], arg1, ... : command name and arguments including argv[0]
+ * cmdname, arg1, ... : command name and one or more arguments (no shell)
+ * [cmdname, argv0], arg1, ... : command name and arguments including argv[0] (no shell)
* options: hash
* clearing environment variables:
* :unsetenv_others => true : clear environment variables except specified by env