Module Name: src
Committed By: dholland
Date: Sat Jun 21 04:28:23 UTC 2014
Modified Files:
src/share/man/man9: namei.9
Log Message:
Update a comment on a structure description. Noted by wiz a long time
ago.
does not seem to be worth bumping the date for.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/share/man/man9/namei.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/namei.9
diff -u src/share/man/man9/namei.9:1.31 src/share/man/man9/namei.9:1.32
--- src/share/man/man9/namei.9:1.31 Tue Apr 9 13:29:07 2013
+++ src/share/man/man9/namei.9 Sat Jun 21 04:28:23 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: namei.9,v 1.31 2013/04/09 13:29:07 njoly Exp $
+.\" $NetBSD: namei.9,v 1.32 2014/06/21 04:28:23 dholland Exp $
.\"
.\" Copyright (c) 2001, 2005, 2006 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -121,7 +121,7 @@ struct nameidata {
*/
const char *cn_nameptr; /* pointer to looked up name */
size_t cn_namelen; /* length of looked up component */
- size_t cn_consume; /* chars to consume in lookup() */
+ size_t cn_consume; /* chars to be consumed this time */
} ni_cnd;
};
.Ed