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

ruby-changes:18394

From: akr <ko1@a...>
Date: Wed, 29 Dec 2010 10:33:35 +0900 (JST)
Subject: [ruby-changes:18394] Ruby:r30417 (trunk): update doc.

akr	2010-12-29 10:33:28 +0900 (Wed, 29 Dec 2010)

  New Revision: 30417

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

  Log:
    update doc.

  Modified files:
    trunk/process.c

Index: process.c
===================================================================
--- process.c	(revision 30416)
+++ process.c	(revision 30417)
@@ -848,9 +848,9 @@
  *
  *  <em>produces</em>:
  *
- *     [[27434, #<Process::Status: pid=27434,exited(0)>],
- *      [27433, #<Process::Status: pid=27433,exited(1)>],
- *      [27432, #<Process::Status: pid=27432,exited(2)>]]
+ *     [[30982, #<Process::Status: pid 30982 exit 0>],
+ *      [30979, #<Process::Status: pid 30979 exit 1>],
+ *      [30976, #<Process::Status: pid 30976 exit 2>]]
  */
 
 static VALUE

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

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