vfs: fix VOP_UNLOCK prototype in the manpage

Note the manpage is woefully outdated, taking about "simple lock".

Reported by:	des
This commit is contained in:
Mateusz Guzik 2022-08-23 20:55:20 +00:00
parent e663907366
commit 96d1fbf367

View File

@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd February 25, 2008
.Dd August 23, 2022
.Dt VOP_LOCK 9
.Os
.Sh NAME
@ -44,7 +44,7 @@
.Ft int
.Fn VOP_LOCK "struct vnode *vp" "int flags"
.Ft int
.Fn VOP_UNLOCK "struct vnode *vp" "int flags"
.Fn VOP_UNLOCK "struct vnode *vp"
.Ft int
.Fn VOP_ISLOCKED "struct vnode *vp"
.Ft int