Module Name:    src
Committed By:   christos
Date:           Mon Jan 25 18:20:16 UTC 2016

Modified Files:
        src/share/man/man9: vnodeops.9

Log Message:
we don't have va_mask


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/share/man/man9/vnodeops.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/vnodeops.9
diff -u src/share/man/man9/vnodeops.9:1.96 src/share/man/man9/vnodeops.9:1.97
--- src/share/man/man9/vnodeops.9:1.96	Fri Jul 25 04:38:29 2014
+++ src/share/man/man9/vnodeops.9	Mon Jan 25 13:20:16 2016
@@ -1,4 +1,4 @@
-.\"     $NetBSD: vnodeops.9,v 1.96 2014/07/25 08:38:29 wiz Exp $
+.\"     $NetBSD: vnodeops.9,v 1.97 2016/01/25 18:20:16 christos Exp $
 .\"
 .\" Copyright (c) 2001, 2005, 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd July 21, 2014
+.Dd January 25, 2016
 .Dt VNODEOPS 9
 .Os
 .Sh NAME
@@ -554,9 +554,9 @@ specifies the calling credentials.
 uses the file system type specific data object
 .Em vp-\*[Gt]v_data
 to reference the underlying file attributes.
-Attributes associated with the file are collected by setting the
-required attribute bits in
-.Em vap-\*[Gt]va_mask .
+.\" Attributes associated with the file are collected by setting the
+.\" required attribute bits in
+.\" .Em vap-\*[Gt]va_mask .
 The attributes are returned in
 .Fa vap .
 Attributes which are not available are set to the value VNOVAL.
@@ -585,9 +585,9 @@ uses the file system type specific data 
 to reference the underlying file attributes.
 The new attributes are defined in
 .Fa vap .
-Attributes associated with the file are set by setting the required
-attribute bits in
-.Em vap-\*[Gt]va_mask .
+.\" Attributes associated with the file are set by setting the required
+.\" attribute bits in
+.\" .Em vap-\*[Gt]va_mask .
 Attributes which are not being modified by
 .Fn VOP_SETATTR
 should be set to the value VNOVAL.

Reply via email to