diff options
author | 2003-02-21 09:14:36 +0000 | |
---|---|---|
committer | 2003-02-21 09:14:36 +0000 | |
commit | ee1e5b735178e59d2fa64ad5b891dec465be7095 (patch) | |
tree | a5b6755a445ce03f261495c775c740e0d7b73ebb /lib/libc/sys/access.2 | |
parent | print sshd_config filename in debug2 mode. (diff) | |
download | wireguard-openbsd-ee1e5b735178e59d2fa64ad5b891dec465be7095.tar.xz wireguard-openbsd-ee1e5b735178e59d2fa64ad5b891dec465be7095.zip |
typos;
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 |