From b0dfc986d0c0ab780e0d25b4fa5f4a94e6f50ae9 Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 23 Dec 1999 17:28:46 +0000 Subject: [PATCH] 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. --- share/man/man9/VOP_LOCK.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/VOP_LOCK.9 b/share/man/man9/VOP_LOCK.9 index 7061f7b7728..e2f3103c2b6 100644 --- a/share/man/man9/VOP_LOCK.9 +++ b/share/man/man9/VOP_LOCK.9 @@ -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 -- 2.45.0