summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/access.2
diff options
context:
space:
mode:
authorremko <remko@FreeBSD.org>2008-01-16 19:36:21 +0000
committerremko <remko@FreeBSD.org>2008-01-16 19:36:21 +0000
commitaf0f4dc1e0e0515bd96bed69070f9cc9b2fdb6cb (patch)
tree73e1edb14814552fa6c84cc48d58d26f281c2a60 /lib/libc/sys/access.2
parent8f8cb7cbeccab35f93144e4796554b23c37ca424 (diff)
downloadFreeBSD-src-af0f4dc1e0e0515bd96bed69070f9cc9b2fdb6cb.zip
FreeBSD-src-af0f4dc1e0e0515bd96bed69070f9cc9b2fdb6cb.tar.gz
Fix some style nits.
Prodded by: brueffer MFC After: 3 days
Diffstat (limited to 'lib/libc/sys/access.2')
-rw-r--r--lib/libc/sys/access.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/access.2 b/lib/libc/sys/access.2
index 3879477..0f56ab2 100644
--- a/lib/libc/sys/access.2
+++ b/lib/libc/sys/access.2
@@ -28,7 +28,7 @@
.\" @(#)access.2 8.2 (Berkeley) 4/1/94
.\" $FreeBSD$
.\"
-.Dd December 8, 2007
+.Dd January 16, 2007
.Dt ACCESS 2
.Os
.Sh NAME
@@ -146,9 +146,9 @@ remains useful for providing clues to users as to whether operations
make sense for particular filesystem objects (e.g. 'delete' menu
item only highlighted in a writable folder ... avoiding interpretation
of the st_mode bits that the application might not understand --
-e.g. in the case of AFS). It also allows a cheaper file existance
-test than
-.Ns Xr stat 2 .
+e.g. in the case of AFS).
+It also allows a cheaper file existance test than
+.Xr stat 2 .
.Sh SEE ALSO
.Xr chmod 2 ,
.Xr intro 2 ,
OpenPOWER on IntegriCloud