Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Clarify wording: pathname component is not a ...



details:   https://anonhg.NetBSD.org/src/rev/dfb7357d3f69
branches:  trunk
changeset: 822398:dfb7357d3f69
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sat Mar 18 18:55:49 2017 +0000

description:
Clarify wording: pathname component is not a vnode or lookup result.

diffstat:

 share/man/man9/namei.9 |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 740ca1687b97 -r dfb7357d3f69 share/man/man9/namei.9
--- a/share/man/man9/namei.9    Sat Mar 18 18:53:43 2017 +0000
+++ b/share/man/man9/namei.9    Sat Mar 18 18:55:49 2017 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: namei.9,v 1.41 2017/03/18 18:53:43 riastradh Exp $
+.\"     $NetBSD: namei.9,v 1.42 2017/03/18 18:55:49 riastradh Exp $
 .\"
 .\" Copyright (c) 2001, 2005, 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -468,7 +468,8 @@
 The current object to be looked up must be a directory.
 May not be used by subsequent directory operations.
 .It Dv MAKEENTRY
-The current pathname component should be added to the
+The lookup result for the current pathname component should be added to
+the
 .Xr namecache 9 .
 May be used to make additional caching decisions, e.g. to store an
 mtime for determining whether our cache for a remote vnode is stale.
@@ -483,7 +484,7 @@
 and subsequent directory operations:
 .Bl -tag -width NOCROSSMOUNT
 .It Dv ISWHITEOUT
-The current pathname component is a whiteout.
+The object at the current pathname component is a whiteout.
 .El
 .Pp
 The following additional historic flags have been removed from



Home | Main Index | Thread Index | Old Index