svn commit: r199843 - head/lib/libc/gen
Jaakko Heinonen
jh at FreeBSD.org
Thu Nov 26 19:09:10 UTC 2009
Author: jh
Date: Thu Nov 26 19:09:10 2009
New Revision: 199843
URL: http://svn.freebsd.org/changeset/base/199843
Log:
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
Modified:
head/lib/libc/gen/fts.3
Modified: head/lib/libc/gen/fts.3
==============================================================================
--- head/lib/libc/gen/fts.3 Thu Nov 26 19:08:33 2009 (r199842)
+++ head/lib/libc/gen/fts.3 Thu Nov 26 19:09:10 2009 (r199843)
@@ -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
More information about the svn-src-head
mailing list