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

ruby-changes:16916

From: akr <ko1@a...>
Date: Sun, 8 Aug 2010 08:32:04 +0900 (JST)
Subject: [ruby-changes:16916] Ruby:r28912 (trunk): update doc.

akr	2010-08-08 08:30:45 +0900 (Sun, 08 Aug 2010)

  New Revision: 28912

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

  Log:
    update doc.

  Modified files:
    trunk/io.c

Index: io.c
===================================================================
--- io.c	(revision 28911)
+++ io.c	(revision 28912)
@@ -3850,10 +3850,10 @@
 
 /*
  *  call-seq:
- *     ios.sysread(integer[, outbuf])    -> string
+ *     ios.sysread(maxlen[, outbuf])    -> string
  *
- *  Reads <i>integer</i> bytes from <em>ios</em> using a low-level
- *  read and returns them as a string. Do not mix with other methods
+ *  Reads <i>maxlen</i> bytes from <em>ios</em> using a low-level
+ *  read and returns them as a string.  Do not mix with other methods
  *  that read from <em>ios</em> or you may get unpredictable results.
  *  If the optional <i>outbuf</i> argument is present, it must reference
  *  a String, which will receive the data.

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

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