summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjseger <jseger@FreeBSD.org>1999-06-06 14:15:14 +0000
committerjseger <jseger@FreeBSD.org>1999-06-06 14:15:14 +0000
commitdc9b62f848aa6dfd94eb85adb286205efccac2d9 (patch)
tree1ce9ea939cd76d330aa1c14b99314346a79d41d0 /lib
parent40d714eb78893f9e2e2c0006728122d9f7680d71 (diff)
downloadFreeBSD-src-dc9b62f848aa6dfd94eb85adb286205efccac2d9.zip
FreeBSD-src-dc9b62f848aa6dfd94eb85adb286205efccac2d9.tar.gz
Update of intro(2)/errno(2) in the ongoing effort of the Programmer's
Documentation Project <http://home.wxs.nl/~asmodai/pdp.html> Submitted by: Jeroen Ruigrok van der Werven <asmodai@wxs.nl> PR: docs/12030
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/intro.225
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2
index 35d836c..8ceee91 100644
--- a/lib/libc/sys/intro.2
+++ b/lib/libc/sys/intro.2
@@ -417,6 +417,31 @@ locks was reached.
.It Er 78 ENOSYS Em "Function not implemented" .
Attempted a system call that is not available on this
system.
+.It Er 79 EFTYPE Em "Inappropriate file type or format" .
+The file was the wrong type for the operation, or a data file had
+the wrong format.
+.It Er 80 EAUTH Em "Authentication error" .
+Attempted to use an invalid authentication ticket to mount a
+.Tn NFS
+filesystem.
+.It Er 81 ENEEDAUTH Em "Need authenticator" .
+An authentication ticket must be obtained before the given
+.Tn NFS
+filesystem may be mounted.
+.It Er 82 EIDRM Em "Identifier removed" .
+An IPC identifier was removed while the current process was waiting on it.
+.It Er 83 ENOMSG Em "No message of desired type" .
+An IPC message queue does not contain a message of the desired type, or a
+message catalog does not contain the requested message.
+.It Er 84 EOVERFLOW Em "Value too large to be stored in data type" .
+A numerical result of the function was too large to be stored in the caller
+provided space.
+.It Er 85 ECANCELED Em "Operation canceled" .
+The scheduled operation was canceled.
+.It Er 86 EILSEQ Em "Illegal byte sequence" .
+While decoding a multibyte character the function came along an
+invalid or an incomplete sequence of bytes or the given wide
+character is invalid.
.Sh DEFINITIONS
.Bl -tag -width Ds
.It Process ID .
OpenPOWER on IntegriCloud