diff options
author | nik <nik@FreeBSD.org> | 1999-11-01 19:43:07 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 1999-11-01 19:43:07 +0000 |
commit | 6fc7a68ebf1afb65275fbeca97f2d652d882667d (patch) | |
tree | 2dd922113e86a918e5376408c538129d6431b140 /lib/libc | |
parent | cfcb584ddc7f112fa0b00807490b9d541c2052c6 (diff) | |
download | FreeBSD-src-6fc7a68ebf1afb65275fbeca97f2d652d882667d.zip FreeBSD-src-6fc7a68ebf1afb65275fbeca97f2d652d882667d.tar.gz |
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>
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/bind.2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/sys/bind.2 b/lib/libc/sys/bind.2 index 8d5a0d2..53f1874 100644 --- a/lib/libc/sys/bind.2 +++ b/lib/libc/sys/bind.2 @@ -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. |