summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjh <jh@FreeBSD.org>2009-11-26 19:09:10 +0000
committerjh <jh@FreeBSD.org>2009-11-26 19:09:10 +0000
commitb0e5c93d265f054fc567475798ffca846854d375 (patch)
tree9570bf08672ef2ff80da5ed4f7c6db67a99992c0 /lib
parent59b0d1fa1f1bcdb38058874415f7a8fa282d29d9 (diff)
downloadFreeBSD-src-b0e5c93d265f054fc567475798ffca846854d375.zip
FreeBSD-src-b0e5c93d265f054fc567475798ffca846854d375.tar.gz
Clarify that the value of the fts_info field is different in post-order.
Discussed with: das Approved by: trasz (mentor) MFC after: 1 week
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/fts.37
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/gen/fts.3 b/lib/libc/gen/fts.3
index dfe2de0..4b05157 100644
--- a/lib/libc/gen/fts.3
+++ b/lib/libc/gen/fts.3
@@ -28,7 +28,7 @@
.\" @(#)fts.3 8.5 (Berkeley) 4/16/94
.\" $FreeBSD$
.\"
-.Dd October 5, 2009
+.Dd November 25, 2009
.Dt FTS 3
.Os
.Sh NAME
@@ -198,10 +198,9 @@ A directory being visited in post-order.
The contents of the
.Vt FTSENT
structure will be unchanged from when
-it was returned in pre-order, i.e., with the
+the directory was visited in pre-order, except for the
.Fa fts_info
-field set to
-.Dv FTS_D .
+field.
.It Dv FTS_ERR
This is an error return, and the
.Fa fts_errno
OpenPOWER on IntegriCloud