summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2009-10-11 00:08:55 +0000
committerdas <das@FreeBSD.org>2009-10-11 00:08:55 +0000
commite4ab3f232076f8fad1ffdaf42762ef4355faa7c2 (patch)
treea2924117fd57a2220b3a78f3c03a3efaf6f76a74 /lib
parent323d1b5780298212b722f68f20b3f37399e74304 (diff)
downloadFreeBSD-src-e4ab3f232076f8fad1ffdaf42762ef4355faa7c2.zip
FreeBSD-src-e4ab3f232076f8fad1ffdaf42762ef4355faa7c2.tar.gz
Document errno codes added in r144530.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/intro.28
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2
index b75e52c..e5ff9df 100644
--- a/lib/libc/sys/intro.2
+++ b/lib/libc/sys/intro.2
@@ -456,6 +456,14 @@ The specified extended attribute does not exist.
.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.
OpenPOWER on IntegriCloud