* process.c (rb_f_exec): fixed rdoc.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-11-10 00:01:28 +00:00
parent ade7714d20
commit 561fbde435
1 changed files with 1 additions and 1 deletions

View File

@ -1737,7 +1737,7 @@ rb_exec_arg_fixup(struct rb_exec_arg *e)
* it is taken as a command line that is subject to shell expansion before being executed.
*
* The standard shell means always <code>"/bin/sh"</code> on Unix-like systems,
* <code>ENV["RUBYSHELL"]</code> or <code>"cmd.exe"</code> on Windows NT series, and
* <code>ENV["RUBYSHELL"]</code> or <code>ENV["COMSPEC"]</code> on Windows NT series, and
* similar.
*
* If two or more +string+ given,