summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_LOCK.9
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-03-26 02:11:59 +0000
committerbde <bde@FreeBSD.org>1999-03-26 02:11:59 +0000
commit08ae42f665a27310d17e675755e7bc6bbd83c45e (patch)
treed45f2c50e712dce8d13b6c04a4a86b72773b73dc /share/man/man9/VOP_LOCK.9
parent6535dd177ea41b7b038dd460888438f2f6b750f3 (diff)
downloadFreeBSD-src-08ae42f665a27310d17e675755e7bc6bbd83c45e.zip
FreeBSD-src-08ae42f665a27310d17e675755e7bc6bbd83c45e.tar.gz
Fixed bitrot in synopsis.
Diffstat (limited to 'share/man/man9/VOP_LOCK.9')
-rw-r--r--share/man/man9/VOP_LOCK.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/VOP_LOCK.9 b/share/man/man9/VOP_LOCK.9
index 7b09063..a35b1da 100644
--- a/share/man/man9/VOP_LOCK.9
+++ b/share/man/man9/VOP_LOCK.9
@@ -26,7 +26,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: VOP_LOCK.9,v 1.4 1998/03/12 07:31:11 charnier Exp $
+.\" $Id: VOP_LOCK.9,v 1.5 1999/03/17 20:17:32 ghelmer Exp $
.\"
.Dd July 24, 1996
.Os
@@ -38,8 +38,8 @@
.Nm vn_lock
.Nd serialize access to a vnode
.Sh SYNOPSIS
-.Fd #include <sys/lock.h>
.Fd #include <sys/param.h>
+.Fd #include <sys/lock.h>
.Fd #include <sys/vnode.h>
.Ft int
.Fn VOP_LOCK "struct vnode *vp" "int flags" "struct proc *p"
OpenPOWER on IntegriCloud