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 71b4a39da4b..0c891e8f8e1 100644 --- a/lib/libc/sys/access.2 +++ b/lib/libc/sys/access.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: access.2,v 1.10 2003/06/02 20:18:38 millert Exp $ +.\" $OpenBSD: access.2,v 1.11 2005/08/10 01:06:13 jaredy Exp $ .\" $NetBSD: access.2,v 1.7 1995/02/27 12:31:44 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -55,7 +55,7 @@ of the access permissions to be checked .Pf ( Dv R_OK for read permission, .Dv W_OK -for write permission and +for write permission, and .Dv X_OK for execute/search permission) or the existence test, .Dv F_OK . |