From d784451678c248b69bced992d9d74f83cfef9995 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 31 Jan 2010 08:41:13 +0000 Subject: rdoc update. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/socket/basicsocket.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ext/socket/basicsocket.c') diff --git a/ext/socket/basicsocket.c b/ext/socket/basicsocket.c index 6b746d06c1..fdbbd15781 100644 --- a/ext/socket/basicsocket.c +++ b/ext/socket/basicsocket.c @@ -258,11 +258,12 @@ bsock_setsockopt(int argc, VALUE *argv, VALUE sock) #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 -- cgit v1.2.3