Document that bind(2) can fail with EAFNOSUPPORT.

Reviewed by:	glebius
This commit is contained in:
kevlo 2012-12-04 09:53:09 +00:00
parent a69aaa7721
commit a8471d78be

View File

@ -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.