From owner-svn-src-head@FreeBSD.ORG Sun Oct 11 20:55:09 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 936731065676; Sun, 11 Oct 2009 20:55:09 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 6E4278FC1A; Sun, 11 Oct 2009 20:55:09 +0000 (UTC) Received: from fledge.watson.org (fledge.watson.org [65.122.17.41]) by cyrus.watson.org (Postfix) with ESMTPS id 2138F46B1A; Sun, 11 Oct 2009 16:55:09 -0400 (EDT) Date: Sun, 11 Oct 2009 21:55:09 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: David Schultz In-Reply-To: <200910110008.n9B08tQc095922@svn.freebsd.org> Message-ID: References: <200910110008.n9B08tQc095922@svn.freebsd.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r197949 - head/lib/libc/sys X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Oct 2009 20:55:09 -0000 On Sun, 11 Oct 2009, David Schultz wrote: > Log: > Document errno codes added in r144530. Thanks! Seeing this MFC'd for 8.0 wouldn't be such a bad thing either. Robert > Modified: > head/lib/libc/sys/intro.2 > > Modified: head/lib/libc/sys/intro.2 > ============================================================================== > --- head/lib/libc/sys/intro.2 Sat Oct 10 22:29:34 2009 (r197948) > +++ head/lib/libc/sys/intro.2 Sun Oct 11 00:08:55 2009 (r197949) > @@ -456,6 +456,14 @@ The specified extended attribute does no > .It Er 88 EDOOFUS Em "Programming error" . > A function or API is being abused in a way which could only be detected > at run-time. > +.It Er 89 EBADMSG Em "Bad message" . > +A corrupted message was detected. > +.It Er 90 EMULTIHOP Em "Multihop attempted" . > +This error code is unused, but present for compatibility with other systems. > +.It Er 91 ENOLINK Em "Link has been severed" . > +This error code is unused, but present for compatibility with other systems. > +.It Er 92 EPROTO Em "Protocol error" . > +A device or socket encountered an unrecoverable protocol error. > .It Er 93 ENOTCAPABLE Em "Capabilities insufficient" . > An operation on a capability file descriptor requires greater privilege than > the capability allows. >