ruby-changes:7590
From: akr <ko1@a...>
Date: Thu, 4 Sep 2008 04:05:33 +0900 (JST)
Subject: [ruby-changes:7590] Ruby:r19111 (trunk): rdoc update.
akr 2008-09-04 04:05:24 +0900 (Thu, 04 Sep 2008) New Revision: 19111 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=19111 Log: rdoc update. Modified files: trunk/io.c Index: io.c =================================================================== --- io.c (revision 19110) +++ io.c (revision 19111) @@ -1798,6 +1798,8 @@ * write(2) system call after O_NONBLOCK is set for * the underlying file descriptor. * + * It returns the number of bytes written. + * * write_nonblock just calls write(2). * It causes all errors write(2) causes: EAGAIN, EINTR, etc. * The result may also be smaller than string.length (partial write). -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/