mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue