Module Name:    src
Committed By:   jruoho
Date:           Sun May 16 08:56:17 UTC 2010

Modified Files:
        src/share/man/man5: dir.5

Log Message:
Add a note that the "whiteout inode", DT_WHT, is an implementation detail
and should not be seen in normal user applications.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/share/man/man5/dir.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man5/dir.5
diff -u src/share/man/man5/dir.5:1.23 src/share/man/man5/dir.5:1.24
--- src/share/man/man5/dir.5:1.23	Sat May 15 15:38:41 2010
+++ src/share/man/man5/dir.5	Sun May 16 08:56:17 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: dir.5,v 1.23 2010/05/15 15:38:41 jruoho Exp $
+.\"	$NetBSD: dir.5,v 1.24 2010/05/16 08:56:17 jruoho Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)dir.5	8.3 (Berkeley) 4/19/94
 .\"
-.Dd May 15, 2010
+.Dd May 16, 2010
 .Dt DIRENT 5
 .Os
 .Sh NAME
@@ -147,6 +147,11 @@
 dummy
 .Dq whiteout inode
 .El
+.Pp
+The
+.Dv DT_WHT
+type is internal to the implementation and
+should not be seen in user applications.
 .It
 The
 .Fa d_name
@@ -181,6 +186,9 @@
 .Xr fs 5 ,
 .Xr inode 5
 .\" .Sh STANDARDS
+.\"
+.\" XXX: Conformance is unclear, cf. PR lib/43310.
+.\"
 .\" Given the noted limitations, the
 .\".In dirent.h
 .\" header conforms to
@@ -193,12 +201,3 @@
 .Em dirent
 structure appeared in
 .Nx 1.3 .
-.\"
-.\" XXX: Unclear, cf. PR lib/43310.
-.\"
-.\" .Sh BUGS
-.\" The
-.\" .Nx
-.\" implementation uses a statically allocated buffer for the
-.\" .Va d_name
-.\" entry.

Reply via email to