summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-12-23 17:28:46 +0000
committerbde <bde@FreeBSD.org>1999-12-23 17:28:46 +0000
commitb0dfc986d0c0ab780e0d25b4fa5f4a94e6f50ae9 (patch)
treef7847433cb53198f956a8e09c5241e633e8d5642
parent3433c755defe7c31888f211dc1ce3d29529f68eb (diff)
downloadFreeBSD-src-b0dfc986d0c0ab780e0d25b4fa5f4a94e6f50ae9.zip
FreeBSD-src-b0dfc986d0c0ab780e0d25b4fa5f4a94e6f50ae9.tar.gz
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.
-rw-r--r--share/man/man9/VOP_LOCK.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/VOP_LOCK.9 b/share/man/man9/VOP_LOCK.9
index 7061f7b..e2f3103 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
OpenPOWER on IntegriCloud