aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/namei.9
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1999-05-29 13:00:40 +0000
committerNik Clayton <nik@FreeBSD.org>1999-05-29 13:00:40 +0000
commit0bf3e334e564f10e58452eb9bc42be35e53cd56a (patch)
tree9ced70b01dcc88304e812d30e744913065c57a3c /share/man/man9/namei.9
parent0de3e1544ef274057d320087e811cc39f86d9707 (diff)
Description of LOCKLEAF said "inode" when it should have said "vnode".
PR: docs/11596 Submitted by: Robert Watson <robert@fledge.watson.org>
Notes
Notes: svn path=/head/; revision=47599
Diffstat (limited to 'share/man/man9/namei.9')
-rw-r--r--share/man/man9/namei.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/namei.9 b/share/man/man9/namei.9
index ba3a7389ecc6..b832347dfa7e 100644
--- a/share/man/man9/namei.9
+++ b/share/man/man9/namei.9
@@ -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