Replace a period, which is left unchanged when sentense is added in

rev. 1.7, to comma.
This commit is contained in:
enami 2006-02-02 05:13:57 +00:00
parent c03e27f52f
commit 18e10ad389
1 changed files with 2 additions and 2 deletions

View File

@ -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 .\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" 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 If a process has super-user privileges and indicates success for
.Dv R_OK .Dv R_OK
or or
.Dv W_OK . .Dv W_OK ,
the file may not actually have read or write permission bits set. the file may not actually have read or write permission bits set.
If a process has super-user privileges and indicates success for If a process has super-user privileges and indicates success for
.Dv X_OK , .Dv X_OK ,