Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Take formatting fixes and note about deleted fi...



details:   https://anonhg.NetBSD.org/src/rev/54b33a0ffb9d
branches:  trunk
changeset: 535245:54b33a0ffb9d
user:      soren <soren%NetBSD.org@localhost>
date:      Mon Aug 12 21:14:12 2002 +0000

description:
Take formatting fixes and note about deleted files from getdents.2.

diffstat:

 lib/libc/sys/getdirentries.3 |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 0e11a844dd2e -r 54b33a0ffb9d lib/libc/sys/getdirentries.3
--- a/lib/libc/sys/getdirentries.3      Mon Aug 12 21:07:07 2002 +0000
+++ b/lib/libc/sys/getdirentries.3      Mon Aug 12 21:14:12 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getdirentries.3,v 1.7 2002/02/07 07:00:33 ross Exp $
+.\"    $NetBSD: getdirentries.3,v 1.8 2002/08/12 21:14:12 soren Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -88,12 +88,18 @@
 .Xr link 2 )
 have the same
 .Fa d_fileno .
+If
+.Fa d_fileno
+is zero, the entry refers to a deleted file.
+.Pp
 The
 .Fa d_reclen
 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.



Home | Main Index | Thread Index | Old Index