summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorhelg <helg@cvs.openbsd.org>2017-11-28 11:17:02 +0000
committerhelg <helg@cvs.openbsd.org>2017-11-28 11:17:02 +0000
commit49ef4934e7f23f270cb8bbd20167152b85d1d4e8 (patch)
treee6d02a10c438289d354464b84aed258b57f4d77f /share
parent043ed606472cb624dc2c1274eeeb40142059d496 (diff)
Correct the description for VOP_RENAME to reflect that tvp is unlocked
on exit. ok mpi@
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/VOP_LOOKUP.97
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man9/VOP_LOOKUP.9 b/share/man/man9/VOP_LOOKUP.9
index 83b6da2b374..dabb5ff8306 100644
--- a/share/man/man9/VOP_LOOKUP.9
+++ b/share/man/man9/VOP_LOOKUP.9
@@ -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