зеркало из https://github.com/github/ruby.git
rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22557 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
5a980f5977
Коммит
e5dd6a792d
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче