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:
Bruce Evans 1999-12-23 17:28:46 +00:00
parent f644d0654b
commit 6ee16659ac

View File

@ -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