Correct the description for VOP_RENAME to reflect that tvp is unlocked
authorhelg <helg@openbsd.org>
Tue, 28 Nov 2017 11:17:01 +0000 (11:17 +0000)
committerhelg <helg@openbsd.org>
Tue, 28 Nov 2017 11:17:01 +0000 (11:17 +0000)
on exit.

ok mpi@

share/man/man9/VOP_LOOKUP.9

index 83b6da2..dabb5ff 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: VOP_LOOKUP.9,v 1.38 2017/04/26 05:55:27 jmc Exp $
+.\" $OpenBSD: VOP_LOOKUP.9,v 1.39 2017/11/28 11:17:01 helg Exp $
 .\"
 .\" Copyright (c) 2003 Ted Unangst
 .\" Copyright (c) 2000, 2001 The NetBSD Foundation, Inc.
@@ -24,7 +24,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.
 .\"
-.Dd $Mdocdate: April 26 2017 $
+.Dd $Mdocdate: November 28 2017 $
 .Dt VOP_LOOKUP 9
 .Os
 .Sh NAME
@@ -855,7 +855,8 @@ on return.
 If not
 .Dv NULL ,
 .Fa tvp
-will be locked on return as well.
+will be unlocked on return (see 
+.Xr vput 9 ) .
 Upon success, zero is returned; otherwise, an appropriate error code is
 returned.
 .Pp