[前][次][番号順一覧][スレッド一覧]

ruby-changes:13902

From: nobu <ko1@a...>
Date: Tue, 10 Nov 2009 09:01:38 +0900 (JST)
Subject: [ruby-changes:13902] Ruby:r25704 (trunk): * process.c (rb_f_exec): fixed rdoc.

nobu	2009-11-10 09:01:28 +0900 (Tue, 10 Nov 2009)

  New Revision: 25704

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=25704

  Log:
    * process.c (rb_f_exec): fixed rdoc.

  Modified files:
    trunk/process.c

Index: process.c
===================================================================
--- process.c	(revision 25703)
+++ process.c	(revision 25704)
@@ -1737,7 +1737,7 @@
  *  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,

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]