summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2009-03-22 19:37:31 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2009-03-22 19:37:31 +0000
commit9aa46dbac9550aed153adaa2d7b177300cfd7047 (patch)
tree77120c24a5fcd7c612edda2c36202cad6dedd681 /share
parent8cb079ae55ab72da01dc67f6a1f427af4486d064 (diff)
tweaks;
Diffstat (limited to 'share')
-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 a38c81aaff6..f50c115dc52 100644
--- a/share/man/man9/vput.9
+++ b/share/man/man9/vput.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vput.9,v 1.5 2007/05/31 19:20:01 jmc Exp $
+.\" $OpenBSD: vput.9,v 1.6 2009/03/22 19:37:30 jmc Exp $
.\" -*- nroff -*-
.\"
.\" Copyright (c) 1996 Doug Rabson
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD: src/share/man/man9/vput.9,v 1.9 2001/10/01 16:09:25 ru Exp $
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: March 22 2009 $
.Os
.Dt VPUT 9
.Sh NAME
@@ -48,12 +48,12 @@ field of the vnode
and unlock the vnode.
.Pp
This operation is functionally equivalent to calling
-.Fn VOP_UNLOCK
+.Xr VOP_UNLOCK 9
followed by
.Xr vrele 9 .
.Sh SEE ALSO
-.Xr VOP_UNLOCK 9 ,
.Xr vnode 9 ,
+.Xr VOP_UNLOCK 9 ,
.Xr vref 9 ,
.Xr vrele 9
.Sh AUTHORS