diff options
-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. |