Module Name: src Committed By: jruoho Date: Fri Apr 30 09:41:59 UTC 2010
Modified Files: src/lib/libc/sys: access.2 Log Message: Remove the note about eaccess(); no such thing in NetBSD. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/lib/libc/sys/access.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/sys/access.2 diff -u src/lib/libc/sys/access.2:1.24 src/lib/libc/sys/access.2:1.25 --- src/lib/libc/sys/access.2:1.24 Fri Apr 30 06:51:52 2010 +++ src/lib/libc/sys/access.2 Fri Apr 30 09:41:59 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: access.2,v 1.24 2010/04/30 06:51:52 wiz Exp $ +.\" $NetBSD: access.2,v 1.25 2010/04/30 09:41:59 jruoho Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -144,10 +144,6 @@ effective user or group ID, and perform actions directly rather than use .Fn access to simulate access checks for the real user or group ID. -The -.Fn eaccess -system call -likewise may be subject to races if used inappropriately. .Pp The .Fn access