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

Kevin Lo kevlo at FreeBSD.org
Tue Dec 4 09:53:10 UTC 2012


Author: kevlo
Date: Tue Dec  4 09:53:09 2012
New Revision: 243858
URL: http://svnweb.freebsd.org/changeset/base/243858

Log:
  Document that bind(2) can fail with EAFNOSUPPORT.
  
  Reviewed by:	glebius

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

Modified: head/lib/libc/sys/bind.2
==============================================================================
--- head/lib/libc/sys/bind.2	Tue Dec  4 09:32:43 2012	(r243857)
+++ head/lib/libc/sys/bind.2	Tue Dec  4 09:53:09 2012	(r243858)
@@ -94,6 +94,8 @@ is not a socket.
 The specified address is not available from the local machine.
 .It Bq Er EADDRINUSE
 The specified address is already in use.
+.It Bq Er EAFNOSUPPORT
+Addresses in the specified address family cannot be used with this socket.
 .It Bq Er EACCES
 The requested address is protected, and the current user
 has inadequate permission to access it.


More information about the svn-src-head mailing list