diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2004-12-13 23:46:10 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2004-12-13 23:46:10 +0000 |
commit | bf9dc424f5b07f79b729c8cb7fa507ca3b1b736c (patch) | |
tree | 99fdfb12bc2bf4ac3ef5fa947f91115b1e0c6295 | |
parent | 0c8cafaee26948808130f71643fa7f3137755f02 (diff) |
typo, ok jmc@
-rw-r--r-- | share/man/man9/namei.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/namei.9 b/share/man/man9/namei.9 index 06544999975..2d471da1aaf 100644 --- a/share/man/man9/namei.9 +++ b/share/man/man9/namei.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: namei.9,v 1.9 2004/03/09 18:31:15 tedu Exp $ +.\" $OpenBSD: namei.9,v 1.10 2004/12/13 23:46:09 pedro Exp $ .\" $NetBSD: namei.9,v 1.9 2003/05/06 10:46:44 jmmv Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -247,7 +247,7 @@ is returned locked in .Em ndp-\*[Gt]ni_vp , otherwise it is returned unlocked. .It Fn relookup "dvp" "vpp" "cnp" -Reacquire a path name component is a directory. +Reacquire a path name component in a directory. This is a quicker way to lookup a pathname component when the parent directory is known. The unlocked parent directory vnode is specified by |