diff options
Diffstat (limited to 'lib/libc/sys/access.2')
-rw-r--r-- | lib/libc/sys/access.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/access.2 b/lib/libc/sys/access.2 index bd84c3892ed..99fc5f9e7b7 100644 --- a/lib/libc/sys/access.2 +++ b/lib/libc/sys/access.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: access.2,v 1.8 2000/10/18 05:12:08 aaron Exp $ +.\" $OpenBSD: access.2,v 1.9 2003/02/21 09:14:36 jmc Exp $ .\" $NetBSD: access.2,v 1.7 1995/02/27 12:31:44 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -70,7 +70,7 @@ are checked for access permissions (including .Pp The real user ID is used in place of the effective user ID and the real group access list -(including the real group ID) are +(including the real group ID) is used in place of the effective ID for verifying permission. .Pp Even if a process has appropriate privileges and indicates success for |