Update a comment on a structure description. Noted by wiz a long time
ago. does not seem to be worth bumping the date for.
This commit is contained in:
parent
7bf9cf009a
commit
4a960bb603
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue