From 35c3f042fc61777016b9b4efd5f3d07aa0305b13 Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 20 Nov 2015 03:48:10 +0000 Subject: * ext/socket/socket.c: remove mention of :UNIX in getaddrinfo(). It's typically not a support option. [ci skip][fix GH-990] Patch by @eam git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/socket/socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/socket/socket.c b/ext/socket/socket.c index cc5cbe10d5..2f282b8e34 100644 --- a/ext/socket/socket.c +++ b/ext/socket/socket.c @@ -1123,7 +1123,7 @@ sock_s_getservbyport(int argc, VALUE *argv) * * Obtains address information for _nodename_:_servname_. * - * _family_ should be an address family such as: :INET, :INET6, :UNIX, etc. + * _family_ should be an address family such as: :INET, :INET6, etc. * * _socktype_ should be a socket type such as: :STREAM, :DGRAM, :RAW, etc. * -- cgit v1.2.3