Fixed bitrot in synopsis. The prototype for VOP_ISLOCKED() changed
recently, except of course in the documentation. Other parts of this man page are several years out of date.
This commit is contained in:
parent
f644d0654b
commit
6ee16659ac
@ -46,7 +46,7 @@
|
||||
.Ft int
|
||||
.Fn VOP_UNLOCK "struct vnode *vp" "int flags" "struct proc *p"
|
||||
.Ft int
|
||||
.Fn VOP_ISLOCKED "struct vnode *vp"
|
||||
.Fn VOP_ISLOCKED "struct vnode *vp" "struct proc *p"
|
||||
.Ft int
|
||||
.Fn vn_lock "struct vnode *vp" "int flags" "struct proc *p"
|
||||
.Sh DESCRIPTION
|
||||
|
Loading…
Reference in New Issue
Block a user