From 21148e9257354efeced8a418a1a2eb366b82ee28 Mon Sep 17 00:00:00 2001 From: Jaakko Heinonen Date: Fri, 4 Dec 2009 11:26:52 +0000 Subject: [PATCH] MFC r199843: Clarify that the value of the fts_info field is different in post-order. Approved by: trasz (mentor) --- lib/libc/gen/fts.3 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/libc/gen/fts.3 b/lib/libc/gen/fts.3 index 8e1a1e42269..d2473bea132 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 January 26, 2008 +.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