Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 we don't have va_mask



details:   https://anonhg.NetBSD.org/src/rev/9a8eb943177f
branches:  trunk
changeset: 813373:9a8eb943177f
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jan 25 18:20:16 2016 +0000

description:
we don't have va_mask

diffstat:

 share/man/man9/vnodeops.9 |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r 150a76c78d88 -r 9a8eb943177f share/man/man9/vnodeops.9
--- a/share/man/man9/vnodeops.9 Mon Jan 25 18:14:40 2016 +0000
+++ b/share/man/man9/vnodeops.9 Mon Jan 25 18:20:16 2016 +0000
@@ -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 @@
 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 @@
 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.



Home | Main Index | Thread Index | Old Index