Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 redo a half of the previous correctly.



details:   https://anonhg.NetBSD.org/src/rev/8bd913cdfebf
branches:  trunk
changeset: 546566:8bd913cdfebf
user:      yamt <yamt%NetBSD.org@localhost>
date:      Thu May 01 15:42:51 2003 +0000

description:
redo a half of the previous correctly.
('op' arg of VOP_ADVLOCK)

diffstat:

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

diffs (38 lines):

diff -r 195ac50f9cd0 -r 8bd913cdfebf share/man/man9/vnodeops.9
--- a/share/man/man9/vnodeops.9 Thu May 01 15:30:35 2003 +0000
+++ b/share/man/man9/vnodeops.9 Thu May 01 15:42:51 2003 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: vnodeops.9,v 1.19 2003/05/01 15:30:35 yamt Exp $
+.\"     $NetBSD: vnodeops.9,v 1.20 2003/05/01 15:42:51 yamt Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1206,13 +1206,13 @@
 operation to perform.
 Valid values are:
 .Pp
-.Bl -tag -offset indent -width F_RDLCK -compact
-.It F_RDLCK
-shared or read lock
+.Bl -tag -offset indent -width F_SETLK -compact
+.It F_SETLK
+set lock
+.It F_GETLK
+get the first conflicted lock
 .It F_UNLCK
-unlock
-.It F_WRLCK
-exclusive or write lock
+clear lock
 .El
 .Pp
 The argument
@@ -1223,7 +1223,7 @@
 is the set of flags.
 Valid values are:
 .Pp
-.Bl -tag -offset indent -width F_RDLCK -compact
+.Bl -tag -offset indent -width F_WAIT -compact
 .It F_WAIT
 wait until lock is granted
 .It F_FLOCK



Home | Main Index | Thread Index | Old Index