Date: Fri, 4 Dec 2009 11:26:52 +0000 (UTC) From: Jaakko Heinonen <jh@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r200098 - stable/8/lib/libc/gen Message-ID: <200912041126.nB4BQq84053574@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jh Date: Fri Dec 4 11:26:52 2009 New Revision: 200098 URL: http://svn.freebsd.org/changeset/base/200098 Log: MFC r199843: Clarify that the value of the fts_info field is different in post-order. Approved by: trasz (mentor) Modified: stable/8/lib/libc/gen/fts.3 Directory Properties: stable/8/lib/libc/ (props changed) stable/8/lib/libc/stdtime/ (props changed) Modified: stable/8/lib/libc/gen/fts.3 ============================================================================== --- stable/8/lib/libc/gen/fts.3 Fri Dec 4 11:23:37 2009 (r200097) +++ stable/8/lib/libc/gen/fts.3 Fri Dec 4 11:26:52 2009 (r200098) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912041126.nB4BQq84053574>