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

ruby-changes:10730

From: akr <ko1@a...>
Date: Sat, 14 Feb 2009 02:11:39 +0900 (JST)
Subject: [ruby-changes:10730] Ruby:r22294 (trunk): fix rdoc.

akr	2009-02-14 02:11:32 +0900 (Sat, 14 Feb 2009)

  New Revision: 22294

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

  Log:
    fix rdoc.

  Modified files:
    trunk/ext/socket/ancdata.c

Index: ext/socket/ancdata.c
===================================================================
--- ext/socket/ancdata.c	(revision 22293)
+++ ext/socket/ancdata.c	(revision 22294)
@@ -1010,7 +1010,7 @@
  * 3-elements array.
  * The 3-element array should contains cmsg_level, cmsg_type and data.
  *
- * The return value, _numbytes_sent_sent is an integer which is the number of bytes sent.
+ * The return value, _numbytes_sent_ is an integer which is the number of bytes sent.
  *
  * sendmsg can be used to implement send_io as follows:
  *

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

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