diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2012-12-04 09:53:09 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2012-12-04 09:53:09 +0000 |
commit | 5e48557ef01d0f0c1294925839fb45aaba700b45 (patch) | |
tree | 2d458239198e89c833c396ec51c2d3d2405a676f /lib | |
parent | c6499eccad497913a5025fbde8ae76da70e08043 (diff) | |
download | src-5e48557ef01d0f0c1294925839fb45aaba700b45.tar.gz src-5e48557ef01d0f0c1294925839fb45aaba700b45.zip |
Notes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/bind.2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/bind.2 b/lib/libc/sys/bind.2 index fecc5fa5a636..896b0053cad2 100644 --- a/lib/libc/sys/bind.2 +++ b/lib/libc/sys/bind.2 @@ -94,6 +94,8 @@ is not a socket. The specified address is not available from the local machine. .It Bq Er EADDRINUSE The specified address is already in use. +.It Bq Er EAFNOSUPPORT +Addresses in the specified address family cannot be used with this socket. .It Bq Er EACCES The requested address is protected, and the current user has inadequate permission to access it. |