summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/bind.2
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2009-06-01 09:32:12 +0000
committerpjd <pjd@FreeBSD.org>2009-06-01 09:32:12 +0000
commiteb2d64c1bdd4159506f34e57ff8df73c843b7500 (patch)
tree0eebf739589f40bc4105e05123ff54a94073a88c /lib/libc/sys/bind.2
parente976638672b24f467d408f0652039b48a17645e1 (diff)
downloadFreeBSD-src-eb2d64c1bdd4159506f34e57ff8df73c843b7500.zip
FreeBSD-src-eb2d64c1bdd4159506f34e57ff8df73c843b7500.tar.gz
Document EINVAL for bind(2).
Reviewed by: rwatson Obtained from: SuSv3
Diffstat (limited to 'lib/libc/sys/bind.2')
-rw-r--r--lib/libc/sys/bind.23
1 files changed, 3 insertions, 0 deletions
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
OpenPOWER on IntegriCloud