From b0e5c93d265f054fc567475798ffca846854d375 Mon Sep 17 00:00:00 2001 From: jh Date: Thu, 26 Nov 2009 19:09:10 +0000 Subject: 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 --- lib/libc/gen/fts.3 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lib/libc') 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 -- cgit v1.1