we don't have va_mask
This commit is contained in:
parent
c441eba884
commit
b7f89b8a5f
@ -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 object
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user