This commit is contained in:
soren 2002-08-12 20:56:07 +00:00
parent 0153d72d25
commit 641df8d3f6
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: dir.5,v 1.11 2002/08/12 20:50:31 soren Exp $
.\" $NetBSD: dir.5,v 1.12 2002/08/12 20:56:07 soren Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -86,7 +86,7 @@ The directory entry format is defined in the file
* its inode number, the length of the entry, and the length of the name
* contained in the entry. These are followed by the name padded to a
* 4 byte boundary with null bytes. All names are guaranteed null
* terminated. The maximum length of a name in a directory is MAXNAMLEN.
* terminated. The maximum length of a name in a directory is MAXNAMLEN.
*/
struct dirent {