Replace a period, which is left unchanged when sentense is added in
rev. 1.7, to comma.
This commit is contained in:
parent
c03e27f52f
commit
18e10ad389
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: access.2,v 1.21 2004/05/13 10:20:57 wiz Exp $
|
||||
.\" $NetBSD: access.2,v 1.22 2006/02/02 05:13:57 enami Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -73,7 +73,7 @@ used in place of the effective ID for verifying permission.
|
|||
If a process has super-user privileges and indicates success for
|
||||
.Dv R_OK
|
||||
or
|
||||
.Dv W_OK .
|
||||
.Dv W_OK ,
|
||||
the file may not actually have read or write permission bits set.
|
||||
If a process has super-user privileges and indicates success for
|
||||
.Dv X_OK ,
|
||||
|
|
Loading…
Reference in New Issue