svn commit: r193206 - head/share/man/man9

Edward Tomasz Napierala trasz at FreeBSD.org
Mon Jun 1 07:48:28 UTC 2009


Author: trasz
Date: Mon Jun  1 07:48:27 2009
New Revision: 193206
URL: http://svn.freebsd.org/changeset/base/193206

Log:
  Use the "flag" word consistently.
  
  Submitted by:	Ben Kaduk <minimarmot at gmail.com>

Modified:
  head/share/man/man9/VOP_ACCESS.9

Modified: head/share/man/man9/VOP_ACCESS.9
==============================================================================
--- head/share/man/man9/VOP_ACCESS.9	Mon Jun  1 07:05:52 2009	(r193205)
+++ head/share/man/man9/VOP_ACCESS.9	Mon Jun  1 07:48:27 2009	(r193206)
@@ -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


More information about the svn-src-all mailing list