svn commit: r193214 - head/lib/libc/sys

Pawel Jakub Dawidek pjd at FreeBSD.org
Mon Jun 1 09:32:13 UTC 2009


Author: pjd
Date: Mon Jun  1 09:32:12 2009
New Revision: 193214
URL: http://svn.freebsd.org/changeset/base/193214

Log:
  Document EINVAL for bind(2).
  
  Reviewed by:	rwatson
  Obtained from:	SuSv3

Modified:
  head/lib/libc/sys/bind.2

Modified: head/lib/libc/sys/bind.2
==============================================================================
--- head/lib/libc/sys/bind.2	Mon Jun  1 09:25:32 2009	(r193213)
+++ head/lib/libc/sys/bind.2	Mon Jun  1 09:32:12 2009	(r193214)
@@ -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


More information about the svn-src-all mailing list