NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
kern/45944: vnode(9) refers to obsoleted manpage lockmgr(9)
>Number: 45944
>Category: kern
>Synopsis: vnode(9) refers to obsoleted manpage lockmgr(9)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: kern-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Tue Feb 07 23:30:00 +0000 2012
>Originator: Julian Fagir
>Release: current
>Organization:
>Environment:
>Description:
In line 525, vnode(9) refers to an obsoleted manpage lockmgr(9), which should
be replaced by rwlock(9).
>How-To-Repeat:
man 9 vnode
>Fix:
--- ./share/man/man9/vnode.9
+++ ./share/man/man9/vnode.9
@@ -525,11 +525,11 @@
.Fa vp
from the freelist, increment its reference count and lock it.
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
.Em v_flag ,
vnode
Home |
Main Index |
Thread Index |
Old Index