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 Clayton 1999-11-01 19:43:07 +00:00
parent a572f25f96
commit de1efdfc1a
1 changed files with 3 additions and 0 deletions

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.