Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 VOP_ADVLOCK:
details: https://anonhg.NetBSD.org/src/rev/195ac50f9cd0
branches: trunk
changeset: 546565:195ac50f9cd0
user: yamt <yamt%NetBSD.org@localhost>
date: Thu May 01 15:30:35 2003 +0000
description:
VOP_ADVLOCK:
F_{RD,WR,UN}LCK is not for 'flags'.
diffstat:
share/man/man9/vnodeops.9 | 21 +++++++++++++--------
1 files changed, 13 insertions(+), 8 deletions(-)
diffs (49 lines):
diff -r 855f6017c548 -r 195ac50f9cd0 share/man/man9/vnodeops.9
--- a/share/man/man9/vnodeops.9 Thu May 01 15:29:24 2003 +0000
+++ b/share/man/man9/vnodeops.9 Thu May 01 15:30:35 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: vnodeops.9,v 1.18 2003/04/24 12:13:03 wiz Exp $
+.\" $NetBSD: vnodeops.9,v 1.19 2003/05/01 15:30:35 yamt Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -34,7 +34,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd October 16, 2001
+.Dd May 1, 2003
.Dt VNODEOPS 9
.Os
.Sh NAME
@@ -1204,6 +1204,17 @@
is the
.Xr fcntl 2
operation to perform.
+Valid values are:
+.Pp
+.Bl -tag -offset indent -width F_RDLCK -compact
+.It F_RDLCK
+shared or read lock
+.It F_UNLCK
+unlock
+.It F_WRLCK
+exclusive or write lock
+.El
+.Pp
The argument
.Fa fl
is a description of the lock.
@@ -1213,12 +1224,6 @@
Valid values are:
.Pp
.Bl -tag -offset indent -width F_RDLCK -compact
-.It F_RDLCK
-shared or read lock
-.It F_UNLCK
-unlock
-.It F_WRLCK
-exclusive or write lock
.It F_WAIT
wait until lock is granted
.It F_FLOCK
Home |
Main Index |
Thread Index |
Old Index