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

ruby-changes:9025

From: akr <ko1@a...>
Date: Sat, 6 Dec 2008 10:06:06 +0900 (JST)
Subject: [ruby-changes:9025] Ruby:r20561 (trunk): rdoc update.

akr	2008-12-06 10:05:57 +0900 (Sat, 06 Dec 2008)

  New Revision: 20561

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

  Log:
    rdoc update.

  Modified files:
    trunk/process.c

Index: process.c
===================================================================
--- process.c	(revision 20560)
+++ process.c	(revision 20561)
@@ -1722,7 +1722,7 @@
  *    [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

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

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