Subject: misc/181: EACCES listed twice in access(2) man page
To: None <gnats-admin>
From: None <Mark_Weaver@brown.edu>
List: netbsd-bugs
Date: 03/31/1994 19:35:02
>Number: 181
>Category: misc
>Synopsis: EACCES listed twice in access(2) man page
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: gnats-admin (Misc Bug People)
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Thu Mar 31 19:35:01 1994
>Originator: Mark Weaver
>Organization:
--------------------------------------------------------------------
Email: Mark_Weaver@brown.edu | Brown University
PGP Key: finger mhw@cs.brown.edu | Dept of Computer Science
>Release: current-940331
>Environment:
System: NetBSD cis-ts3-slip4.cis.brown.edu 0.9a EXCELSIOR#0 i386
>Description:
EACCES is listed twice in the ERRORS section of the access(2)
man page.
>How-To-Repeat:
man access
>Fix:
diff -u src/lib/libc/sys/access.2.mhw1 src/lib/libc/sys/access.2
--- src/lib/libc/sys/access.2.mhw1 Fri Dec 17 01:28:28 1993
+++ src/lib/libc/sys/access.2 Wed Mar 30 22:36:16 1994
@@ -96,8 +96,6 @@
or an entire path name exceeded 1023 characters.
.It Bq Er ENOENT
The named file does not exist.
-.It Bq Er EACCES
-Search permission is denied for a component of the path prefix.
.It Bq Er ELOOP
Too many symbolic links were encountered in translating the pathname.
.It Bq Er EROFS
>Audit-Trail:
>Unformatted:
------------------------------------------------------------------------------