summaryrefslogtreecommitdiff
path: root/ext/socket/socket.c
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-20 03:48:10 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-20 03:48:10 +0000
commit35c3f042fc61777016b9b4efd5f3d07aa0305b13 (patch)
tree709872c4e19f3e18837a1b6e70c9ccff024ef4e5 /ext/socket/socket.c
parent49bb4a1fd91a525fe231347b6636b35b66bf4951 (diff)
* 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
Diffstat (limited to 'ext/socket/socket.c')
-rw-r--r--ext/socket/socket.c2
1 files changed, 1 insertions, 1 deletions
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.
*