mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22557 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5a980f5977
commit
e5dd6a792d
1 changed files with 2 additions and 2 deletions
|
@ -1719,7 +1719,7 @@ rb_exec_arg_fixup(struct rb_exec_arg *e)
|
|||
*
|
||||
* commandline : command line string which is passed to a shell
|
||||
* cmdname, arg1, ... : command name and one or more arguments (no shell)
|
||||
* [cmdname, argv0], arg1, ... : command name and arguments including argv[0] (no shell)
|
||||
* [cmdname, argv0], arg1, ... : command name, argv[0] and zero or more arguments (no shell)
|
||||
*
|
||||
* If single string is given as the command,
|
||||
* it is taken as a command line that is subject to shell expansion before being executed.
|
||||
|
@ -2893,7 +2893,7 @@ rb_spawn(int argc, VALUE *argv)
|
|||
*
|
||||
* commandline : command line string which is passed to a shell
|
||||
* cmdname, arg1, ... : command name and one or more arguments (no shell)
|
||||
* [cmdname, argv0], arg1, ... : command name and arguments including argv[0] (no shell)
|
||||
* [cmdname, argv0], arg1, ... : command name, argv[0] and zero or more arguments (no shell)
|
||||
*
|
||||
* system returns +true+ if the command gives zero exit status,
|
||||
* +false+ for non zero exit status.
|
||||
|
|
Loading…
Reference in a new issue