Add missing word.

This commit is contained in:
abhinav 2017-01-10 06:28:46 +00:00
parent e23687f598
commit fe8fae7920

View File

@ -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.