summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2008-06-10 03:19:13 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2008-06-10 03:19:13 +0000
commitfcae108aced47b063b6d01aaa2619be7b610c08f (patch)
tree2f65d3df8fa821b446d5cd96bf40d3552aa86f71
parent03e8c8452d15903304d8f4ac2203026744fa9a65 (diff)
add missing arg to .Fn
-rw-r--r--lib/libc/sys/access.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/access.2 b/lib/libc/sys/access.2
index 701b0c923f7..c1391ff1a4c 100644
--- a/lib/libc/sys/access.2
+++ b/lib/libc/sys/access.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: access.2,v 1.13 2008/06/09 23:38:37 millert Exp $
+.\" $OpenBSD: access.2,v 1.14 2008/06/10 03:19:12 otto Exp $
.\" $NetBSD: access.2,v 1.7 1995/02/27 12:31:44 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)access.2 8.2 (Berkeley) 4/1/94
.\"
-.Dd $Mdocdate: June 9 2008 $
+.Dd $Mdocdate: June 10 2008 $
.Dt ACCESS 2
.Os
.Sh NAME
@@ -81,7 +81,7 @@ Likewise, for
if the file has any of the execute bits set and
.Fa path
is not a directory,
-.Fn
+.Fn access
will indicate success.
.Sh RETURN VALUES
If