From 2acc18ad994a5ac8091e1a622140d36f7252f946 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 10 Feb 2009 00:18:53 +0000 Subject: rdoc update. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22193 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/socket/option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/socket/option.c') 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) - * #=> # + * #=> # */ static VALUE sockopt_s_int(VALUE klass, VALUE vfamily, VALUE vlevel, VALUE voptname, VALUE vint) -- cgit v1.2.3