Module Name:    src
Committed By:   wiz
Date:           Wed Feb  8 08:25:05 UTC 2012

Modified Files:
        src/share/man/man9: vnode.9

Log Message:
xref rwlock instead of deprecated lockmgr.
>From Julian Fagir in PR 45944.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/share/man/man9/vnode.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/vnode.9
diff -u src/share/man/man9/vnode.9:1.54 src/share/man/man9/vnode.9:1.55
--- src/share/man/man9/vnode.9:1.54	Tue Jun 14 07:49:09 2011
+++ src/share/man/man9/vnode.9	Wed Feb  8 08:25:05 2012
@@ -1,4 +1,4 @@
-.\"     $NetBSD: vnode.9,v 1.54 2011/06/14 07:49:09 wiz Exp $
+.\"     $NetBSD: vnode.9,v 1.55 2012/02/08 08:25:05 wiz Exp $
 .\"
 .\" Copyright (c) 2001, 2005, 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -527,7 +527,7 @@ from the freelist, increment its referen
 The argument
 .Fa lockflags
 specifies the
-.Xr lockmgr 9
+.Xr rwlock 9
 flags used to lock the vnode.
 If the VXLOCK is set in
 .Fa vp Ns 's

Reply via email to