From 6fc7a68ebf1afb65275fbeca97f2d652d882667d Mon Sep 17 00:00:00 2001 From: nik Date: Mon, 1 Nov 1999 19:43:07 +0000 Subject: Document that bind(2) can fail with EAGAIN. PR: docs/14173 docs/14181 Submitted by: Charles Randall Submitted by: Kelly Yancey --- lib/libc/sys/bind.2 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libc') 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. -- cgit v1.1