Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Sort struct members.
details: https://anonhg.NetBSD.org/src/rev/dec3dfac65c3
branches: trunk
changeset: 535246:dec3dfac65c3
user: soren <soren%NetBSD.org@localhost>
date: Mon Aug 12 21:18:25 2002 +0000
description:
Sort struct members.
diffstat:
lib/libc/sys/getdirentries.3 | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (31 lines):
diff -r 54b33a0ffb9d -r dec3dfac65c3 lib/libc/sys/getdirentries.3
--- a/lib/libc/sys/getdirentries.3 Mon Aug 12 21:14:12 2002 +0000
+++ b/lib/libc/sys/getdirentries.3 Mon Aug 12 21:18:25 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getdirentries.3,v 1.8 2002/08/12 21:14:12 soren Exp $
+.\" $NetBSD: getdirentries.3,v 1.9 2002/08/12 21:18:25 soren Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -97,10 +97,6 @@
entry is the length, in bytes, of the directory record.
.Pp
The
-.Fa d_name
-entry contains a null terminated file name.
-.Pp
-The
.Fa d_namlen
entry specifies the length of the file name excluding the null byte.
Thus the actual size of
@@ -109,6 +105,10 @@
.Dv MAXNAMELEN
\&+ 1.
.Pp
+The
+.Fa d_name
+entry contains a null terminated file name.
+.Pp
Entries may be separated by extra space.
The
.Fa d_reclen
Home |
Main Index |
Thread Index |
Old Index