From eb2d64c1bdd4159506f34e57ff8df73c843b7500 Mon Sep 17 00:00:00 2001 From: pjd Date: Mon, 1 Jun 2009 09:32:12 +0000 Subject: Document EINVAL for bind(2). Reviewed by: rwatson Obtained from: SuSv3 --- 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 bd51040..fecc5fa 100644 --- a/lib/libc/sys/bind.2 +++ b/lib/libc/sys/bind.2 @@ -82,6 +82,9 @@ The .Fa s argument is not a valid descriptor. +.It Bq Er EINVAL +The socket is already bound to an address, and the protocol does not support +binding to a new address; or the socket has been shut down. .It Bq Er ENOTSOCK The .Fa s -- cgit v1.1