From 2c18d301790c0f998d0cc31c39f9414d4ce822fa Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 4 Dec 2008 15:03:12 +0000 Subject: rdoc update. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- process.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'process.c') diff --git a/process.c b/process.c index 0ffcdd207..b2cd225f2 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 -- cgit