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

ruby-changes:14669

From: akr <ko1@a...>
Date: Sun, 31 Jan 2010 17:41:22 +0900 (JST)
Subject: [ruby-changes:14669] Ruby:r26520 (trunk): rdoc update.

akr	2010-01-31 17:41:13 +0900 (Sun, 31 Jan 2010)

  New Revision: 26520

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

  Log:
    rdoc update.

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

Index: ext/socket/basicsocket.c
===================================================================
--- ext/socket/basicsocket.c	(revision 26519)
+++ ext/socket/basicsocket.c	(revision 26520)
@@ -258,11 +258,12 @@
 #if !defined(__BEOS__)
 /*
  * Document-method: getsockopt
- * call-seq: getsockopt(level, optname)
+ * call-seq:
+ *   getsockopt(level, optname) => socketoption
  *
  * Gets a socket option. These are protocol and system specific, see your
  * local system documentation for details. The option is returned as
- * a String with the data being the binary value of the socket option.
+ * a Socket::Option.
  *
  * === Parameters
  * * +level+ is an integer, usually one of the SOL_ constants such as

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

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