aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
diff options
context:
space:
mode:
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