Document that bind(2) can fail with EAFNOSUPPORT.

Reviewed by:	glebius
This commit is contained in:
Kevin Lo 2012-12-04 09:53:09 +00:00
parent c6499eccad
commit 5e48557ef0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243858

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.