Document that bind(2) can fail with EAGAIN.

PR:             docs/14173 docs/14181
Submitted by:   Charles Randall <crandall@matchlogic.com>
Submitted by:   Kelly Yancey <kbyanc@posi.net>
This commit is contained in:
nik 1999-11-01 19:43:07 +00:00
parent cfcb584ddc
commit 6fc7a68ebf

View File

@ -94,6 +94,9 @@ The
.Fn bind
call will fail if:
.Bl -tag -width EADDRNOTAVA
.It Bq Er EAGAIN
Kernel resources to complete the request are
temporarily unavilable.
.It Bq Er EBADF
.Fa S
is not a valid descriptor.