git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2008-12-06 01:05:57 +00:00
Родитель c087e70c22
Коммит 83b37cfc4f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1722,7 +1722,7 @@ rb_exec_arg_fixup(struct rb_exec_arg *e)
* [cmdname, argv0], arg1, ... : command name and arguments including argv[0] (no shell)
*
* If single string is given as the command,
* it is taken as a line that is subject to shell expansion before being executed.
* it is taken as a command line that is subject to shell expansion before being executed.
*
* If two or more +string+ given,
* the first is taken as a command name and