ruby-changes:9379
From: akr <ko1@a...>
Date: Mon, 22 Dec 2008 21:29:13 +0900 (JST)
Subject: [ruby-changes:9379] Ruby:r20917 (trunk): rdoc update.
akr 2008-12-22 21:29:04 +0900 (Mon, 22 Dec 2008) New Revision: 20917 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=20917 Log: rdoc update. Modified files: trunk/io.c trunk/thread.c Index: io.c =================================================================== --- io.c (revision 20916) +++ io.c (revision 20917) @@ -6937,6 +6937,7 @@ * If a block is given, the block is called and * returns the value of the block. * <i>read_io</i> and <i>write_io</i> are sent to the block as arguments. + * In this form, read_io and write_io are closed when IO.pipe returns. * * Not available on all platforms. * Index: thread.c =================================================================== --- thread.c (revision 20916) +++ thread.c (revision 20917) @@ -2006,7 +2006,7 @@ #if defined(NFDBITS) && defined(HAVE_RB_FD_INIT) /* - * several Unix platform supports file descriptors bigger than FD_SETSIZE + * several Unix platforms supports file descriptors bigger than FD_SETSIZE * in select(2) system call. * * - Linux 2.2.12 (?) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/