Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jun 1999 11:45:41 +0200 (CEST)
From:      Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/12030: update of intro(2)/errno
Message-ID:  <199906050945.LAA16318@daemon.ninth-circle.org>

next in thread | raw e-mail | index | archive | help

>Number:         12030
>Category:       docs
>Synopsis:       update of intro(2)/errno
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun  5 02:50:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Jeroen Ruigrok van der Werven
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Ninth-Circle Enterprises
>Environment:

	FreeBSD daemon.ninth-circle.org 4.0-CURRENT
	FreeBSD 4.0-CURRENT #3: Thu Jun  3 16:59:10 CEST 1999
	asmodai@daemon.ninth-circle.org:/work/FreeBSD/src/sys/compile/DAEMON  i386

>Description:

	update of intro(2)/errno(2) in the ongoing effort of the Programmer's
	Documentation Project <http://home.wxs.nl/~asmodai/pdp.html>;

>How-To-Repeat:

	man 2 intro/man 2 errno

>Fix:
	

--- src/lib/libc/sys/intro.2.orig	Sun Mar 14 21:57:48 1999
+++ src/lib/libc/sys/intro.2	Thu Jun  3 22:42:50 1999
@@ -417,6 +417,31 @@
 .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 .

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906050945.LAA16318>