Module Name: src
Committed By: abhinav
Date: Tue Jan 10 06:28:46 UTC 2017
Modified Files:
src/lib/libc/sys: access.2
Log Message:
Add missing word.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/lib/libc/sys/access.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/access.2
diff -u src/lib/libc/sys/access.2:1.32 src/lib/libc/sys/access.2:1.33
--- src/lib/libc/sys/access.2:1.32 Sun Jan 13 08:15:02 2013
+++ src/lib/libc/sys/access.2 Tue Jan 10 06:28:46 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: access.2,v 1.32 2013/01/13 08:15:02 dholland Exp $
+.\" $NetBSD: access.2,v 1.33 2017/01/10 06:28:46 abhinav Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -286,6 +286,6 @@ and
not very useful.
In general only
.Dv F_OK
-should be used, and that sparingly.
+should be used, and that too, sparingly.
The other checks may occasionally be useful for user interface or
diagnostic purposes.