rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
29d994d33d
commit
d784451678
@ -258,11 +258,12 @@ bsock_setsockopt(int argc, VALUE *argv, VALUE sock)
|
|||||||
#if !defined(__BEOS__)
|
#if !defined(__BEOS__)
|
||||||
/*
|
/*
|
||||||
* Document-method: getsockopt
|
* 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
|
* Gets a socket option. These are protocol and system specific, see your
|
||||||
* local system documentation for details. The option is returned as
|
* 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
|
* === Parameters
|
||||||
* * +level+ is an integer, usually one of the SOL_ constants such as
|
* * +level+ is an integer, usually one of the SOL_ constants such as
|
||||||
|
Loading…
x
Reference in New Issue
Block a user