Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Update a comment on a structure description. ...



details:   https://anonhg.NetBSD.org/src/rev/886b9d8afba8
branches:  trunk
changeset: 330076:886b9d8afba8
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Jun 21 04:28:23 2014 +0000

description:
Update a comment on a structure description. Noted by wiz a long time
ago.

does not seem to be worth bumping the date for.

diffstat:

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

diffs (18 lines):

diff -r a3f718303590 -r 886b9d8afba8 share/man/man9/namei.9
--- a/share/man/man9/namei.9    Sat Jun 21 03:44:06 2014 +0000
+++ b/share/man/man9/namei.9    Sat Jun 21 04:28:23 2014 +0000
@@ -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 @@
                  */
                 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



Home | Main Index | Thread Index | Old Index