diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-10 00:18:53 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-10 00:18:53 +0000 |
commit | 2acc18ad994a5ac8091e1a622140d36f7252f946 (patch) | |
tree | 6e505f39b36f5bbf027d73375d351f2637427cdd /ext/socket/option.c | |
parent | d1ec92918853473c77d6d7e6d93e1bec70807baa (diff) |
rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22193 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/socket/option.c')
-rw-r--r-- | ext/socket/option.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/socket/option.c b/ext/socket/option.c index f0f5806276..eeb292dc76 100644 --- a/ext/socket/option.c +++ b/ext/socket/option.c @@ -127,7 +127,7 @@ sockopt_data(VALUE self) * The size and endian is dependent on the host. * * p Socket::Option.int(:INET, :SOCKET, :KEEPALIVE, 1) - * #=> #<Socket::Option: AF_INET SOCKET KEEPALIVE 1> + * #=> #<Socket::Option: INET SOCKET KEEPALIVE 1> */ static VALUE sockopt_s_int(VALUE klass, VALUE vfamily, VALUE vlevel, VALUE voptname, VALUE vint) |