summaryrefslogtreecommitdiff
path: root/share/man/man9/vput.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/vput.9')
-rw-r--r--share/man/man9/vput.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/vput.9 b/share/man/man9/vput.9
index 8d8e9f7b78a..f1fd6034447 100644
--- a/share/man/man9/vput.9
+++ b/share/man/man9/vput.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vput.9,v 1.8 2010/10/28 18:27:29 jmc Exp $
+.\" $OpenBSD: vput.9,v 1.9 2013/06/04 19:27:17 schwarze Exp $
.\"
.\" Copyright (c) 1996 Doug Rabson
.\"
@@ -28,15 +28,15 @@
.\"
.\" $FreeBSD: src/share/man/man9/vput.9,v 1.9 2001/10/01 16:09:25 ru Exp $
.\"
-.Dd $Mdocdate: October 28 2010 $
+.Dd $Mdocdate: June 4 2013 $
.Dt VPUT 9
.Os
.Sh NAME
.Nm vput
.Nd "decrement the reference count for a vnode and unlock it"
.Sh SYNOPSIS
-.Fd #include <sys/param.h>
-.Fd #include <sys/vnode.h>
+.In sys/param.h
+.In sys/vnode.h
.Ft void
.Fn vput "struct vnode *vp"
.Sh DESCRIPTION