Description of LOCKLEAF said "inode" when it should have said "vnode".

PR:             docs/11596
Submitted by:   Robert Watson <robert@fledge.watson.org>
This commit is contained in:
Nik Clayton 1999-05-29 13:00:40 +00:00
parent 0de3e1544e
commit 0bf3e334e5

View File

@ -30,7 +30,7 @@
.\" If you integrate this manpage in another OS, I'd appreciate a note
.\" - eivind@freebsd.org
.\"
.\" $Id: namei.9,v 1.1 1998/09/27 13:35:49 eivind Exp $
.\" $Id: namei.9,v 1.2 1999/03/06 17:07:29 bde Exp $
.\"
.Dd September 26th, 1998
.Os
@ -100,7 +100,7 @@ takes the following set of 'operation flags' that influence
how it operates:
.Bl -tag -width WANTPARENT
.It Dv LOCKLEAF
Lock inode on return. This is a full lock of the vnode; you'll have to use
Lock vnode on return. This is a full lock of the vnode; you'll have to use
.Xr VOP_UNLOCK 9
to release the lock (or use
.Xr vput 9