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

ruby-changes:11373

From: akr <ko1@a...>
Date: Tue, 17 Mar 2009 19:15:30 +0900 (JST)
Subject: [ruby-changes:11373] Ruby:r22993 (trunk): rdoc update.

akr	2009-03-17 19:14:01 +0900 (Tue, 17 Mar 2009)

  New Revision: 22993

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

  Log:
    rdoc update.

  Modified files:
    trunk/io.c

Index: io.c
===================================================================
--- io.c	(revision 22992)
+++ io.c	(revision 22993)
@@ -2018,7 +2018,7 @@
  *       end
  *     }
  *
- *  Note that this method behaves like fread function in C.
+ *  Note that this method behaves like fread() function in C.
  *  If you need the behavior like read(2) system call,
  *  consider readpartial, read_nonblock and sysread.
  */

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

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