Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen Add bits about FTS_WHITEOUT & FTS_W.



details:   https://anonhg.NetBSD.org/src/rev/b558e4232019
branches:  trunk
changeset: 565153:b558e4232019
user:      heas <heas%NetBSD.org@localhost>
date:      Wed Mar 31 00:01:47 2004 +0000

description:
Add bits about FTS_WHITEOUT & FTS_W.

diffstat:

 lib/libc/gen/fts.3 |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 56909d17862b -r b558e4232019 lib/libc/gen/fts.3
--- a/lib/libc/gen/fts.3        Tue Mar 30 22:54:04 2004 +0000
+++ b/lib/libc/gen/fts.3        Wed Mar 31 00:01:47 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fts.3,v 1.24 2003/08/07 16:42:48 agc Exp $
+.\"    $NetBSD: fts.3,v 1.25 2004/03/31 00:01:47 heas Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -207,6 +207,8 @@
 .Fa fts_statp
 field reference the file characteristic information for the symbolic link
 itself.
+.It Dv FTS_W
+A whiteout object.
 .El
 .It Fa fts_accpath
 A path for accessing the file from the current directory.
@@ -447,6 +449,8 @@
 routines to return
 .Fa FTSENT
 structures for them.
+.It Dv FTS_WHITEOUT
+Return whiteout entries, which are normally hidden.
 .It Dv FTS_XDEV
 This option prevents
 .Nm fts



Home | Main Index | Thread Index | Old Index