Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Document flags to VOP_UPDATE().
details: https://anonhg.NetBSD.org/src/rev/5f27c5935311
branches: trunk
changeset: 533378:5f27c5935311
user: gmcgarry <gmcgarry%NetBSD.org@localhost>
date: Sat Jun 29 01:43:05 2002 +0000
description:
Document flags to VOP_UPDATE().
diffstat:
share/man/man9/vnodeops.9 | 15 +++++++++++----
1 files changed, 11 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r f772f4974643 -r 5f27c5935311 share/man/man9/vnodeops.9
--- a/share/man/man9/vnodeops.9 Fri Jun 28 23:29:26 2002 +0000
+++ b/share/man/man9/vnodeops.9 Sat Jun 29 01:43:05 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: vnodeops.9,v 1.9 2002/02/13 08:18:56 ross Exp $
+.\" $NetBSD: vnodeops.9,v 1.10 2002/06/29 01:43:05 gmcgarry Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -1225,9 +1225,16 @@
respectively. The change time is always taken from the current time.
The argument
.Fa flags
-is a set of file system type dependent flags indicating which times
-should be updated.
-.It Fn VOP_LEASE "vp" "p" "cred" "flag"
+is a set of file system type dependent flags indicating how times
+should be updated:
+.Pp
+.Bl -tag -offset indent -width UPDATE_DIROP -compact
+.It UPDATE_WAIT
+wait for completion
+.It UPDATE_DIROP
+hint to file system to wait or not
+.El
+.It Fn VOP_LEASE "vp" "p" "cred" "flags"
Validate vnode credentials and operation type. The argument
.Fa vp
is the locked vnode of the file to validate credentials
Home |
Main Index |
Thread Index |
Old Index