1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00

Document errno codes added in r144530.

This commit is contained in:
David Schultz 2009-10-11 00:08:55 +00:00
parent 4eaee90e39
commit 6cc40ae58b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=197949

View File

@ -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.