mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Document EINVAL for bind(2).
Reviewed by: rwatson Obtained from: SuSv3
This commit is contained in:
parent
95bac762d7
commit
2430d82448
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=193214
@ -82,6 +82,9 @@ The
|
||||
.Fa s
|
||||
argument
|
||||
is not a valid descriptor.
|
||||
.It Bq Er EINVAL
|
||||
The socket is already bound to an address, and the protocol does not support
|
||||
binding to a new address; or the socket has been shut down.
|
||||
.It Bq Er ENOTSOCK
|
||||
The
|
||||
.Fa s
|
||||
|
Loading…
Reference in New Issue
Block a user