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

ruby-changes:8984

From: akr <ko1@a...>
Date: Fri, 5 Dec 2008 00:04:07 +0900 (JST)
Subject: [ruby-changes:8984] Ruby:r20519 (trunk): rdoc update.

akr	2008-12-05 00:03:12 +0900 (Fri, 05 Dec 2008)

  New Revision: 20519

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

  Log:
    rdoc update.

  Modified files:
    trunk/process.c

Index: process.c
===================================================================
--- process.c	(revision 20518)
+++ process.c	(revision 20519)
@@ -2824,8 +2824,8 @@
  *      name => nil : unset the environment variable
  *    command...:
  *      commandline                 : command line string which is passed to a shell
- *      cmdname, arg1, ...          : command name and one or more arguments
- *      [cmdname, argv0], arg1, ... : command name and arguments including argv[0]
+ *      cmdname, arg1, ...          : command name and one or more arguments (no shell)
+ *      [cmdname, argv0], arg1, ... : command name and arguments including argv[0] (no shell)
  *    options: hash
  *      clearing environment variables:
  *        :unsetenv_others => true   : clear environment variables except specified by env

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

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