aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2009-06-01 09:32:12 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2009-06-01 09:32:12 +0000
commit2430d824488690380bbb31ee7001eb7125e16f5e (patch)
tree0eebf739589f40bc4105e05123ff54a94073a88c /lib/libc
parent95bac762d7cf922ec47d8358c7762ea9d4197e47 (diff)
downloadsrc-2430d824488690380bbb31ee7001eb7125e16f5e.tar.gz
src-2430d824488690380bbb31ee7001eb7125e16f5e.zip
Document EINVAL for bind(2).
Reviewed by: rwatson Obtained from: SuSv3
Notes
Notes: svn path=/head/; revision=193214
Diffstat (limited to 'lib/libc')
-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 bd5104049ebd..fecc5fa5a636 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