1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Use the "flag" word consistently.

Submitted by:	Ben Kaduk <minimarmot at gmail.com>
This commit is contained in:
Edward Tomasz Napierala 2009-06-01 07:48:27 +00:00
parent db7da92301
commit f0fa0e7faa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=193206

View File

@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd May 30, 2009
.Dd June 1, 2009
.Os
.Dt VOP_ACCESS 9
.Sh NAME
@ -77,7 +77,7 @@ are
.Dv VADMIN
and
.Dv VAPPEND .
To check for other bits, one has to use
To check for other flags, one has to use
.Fn VOP_ACCESSX
instead.
.Sh LOCKS