diff options
author | 2009-03-22 19:37:30 +0000 | |
---|---|---|
committer | 2009-03-22 19:37:30 +0000 | |
commit | 36fa1cbefd93b77cf3dd3668171a914af70f9586 (patch) | |
tree | 9e456ab6d63cd0814368840b8d7fe55299267b96 | |
parent | Add 'A' command to Editor mode, and -A flag to automatically execute it (diff) | |
download | wireguard-openbsd-36fa1cbefd93b77cf3dd3668171a914af70f9586.tar.xz wireguard-openbsd-36fa1cbefd93b77cf3dd3668171a914af70f9586.zip |
tweaks;
-rw-r--r-- | share/man/man9/vput.9 | 8 |
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 |