Fix spelling of MAXNAMLEN.
MFC after: 1 month Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
08190ef7de
commit
62411b41c4
@ -75,7 +75,7 @@ uint32_t d_fileno;
|
|||||||
uint16_t d_reclen;
|
uint16_t d_reclen;
|
||||||
uint8_t d_type;
|
uint8_t d_type;
|
||||||
uint8_t d_namlen;
|
uint8_t d_namlen;
|
||||||
char d_name[MAXNAMELEN + 1]; /* see below */
|
char d_name[MAXNAMLEN + 1]; /* see below */
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
The
|
The
|
||||||
@ -103,7 +103,7 @@ entry specifies the length of the file name excluding the null byte.
|
|||||||
Thus the actual size of
|
Thus the actual size of
|
||||||
.Fa d_name
|
.Fa d_name
|
||||||
may vary from 1 to
|
may vary from 1 to
|
||||||
.Dv MAXNAMELEN
|
.Dv MAXNAMLEN
|
||||||
\&+ 1.
|
\&+ 1.
|
||||||
.Pp
|
.Pp
|
||||||
Entries may be separated by extra space.
|
Entries may be separated by extra space.
|
||||||
|
Loading…
Reference in New Issue
Block a user