Document that bind(2) can fail with EAFNOSUPPORT.
Reviewed by: glebius
This commit is contained in:
parent
a69aaa7721
commit
a8471d78be
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user