From owner-svn-src-all@FreeBSD.ORG Tue Dec 4 09:53:10 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5B879773; Tue, 4 Dec 2012 09:53:10 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3FC038FC0C; Tue, 4 Dec 2012 09:53:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB49rALN039492; Tue, 4 Dec 2012 09:53:10 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB49rAKC039491; Tue, 4 Dec 2012 09:53:10 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <201212040953.qB49rAKC039491@svn.freebsd.org> From: Kevin Lo Date: Tue, 4 Dec 2012 09:53:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r243858 - head/lib/libc/sys X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2012 09:53:10 -0000 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.