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

David Schultz das at FreeBSD.org
Sun Oct 11 00:08:55 UTC 2009


Author: das
Date: Sun Oct 11 00:08:55 2009
New Revision: 197949
URL: http://svn.freebsd.org/changeset/base/197949

Log:
  Document errno codes added in r144530.

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.


More information about the svn-src-head mailing list