aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorRemko Lodder <remko@FreeBSD.org>2008-01-16 19:36:21 +0000
committerRemko Lodder <remko@FreeBSD.org>2008-01-16 19:36:21 +0000
commit5e2597b9f0077014cbb68e3af2fa4d234b08ca51 (patch)
tree73e1edb14814552fa6c84cc48d58d26f281c2a60 /lib/libc/sys
parent93b9f50404f9ef0fc00a5ed39ebe09b7cf4086bb (diff)
downloadsrc-5e2597b9f0077014cbb68e3af2fa4d234b08ca51.tar.gz
src-5e2597b9f0077014cbb68e3af2fa4d234b08ca51.zip
Fix some style nits.
Prodded by: brueffer MFC After: 3 days
Notes
Notes: svn path=/head/; revision=175388
Diffstat (limited to 'lib/libc/sys')
-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 38794776e4e1..0f56ab2ff86a 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 ,