K 10 svn:author V 6 jilles K 8 svn:date V 27 2012-03-25T20:03:13.061515Z K 7 svn:log V 333 MFC r233132: fts(3): Mention that FTS_NOCHDIR imposes {PATH_MAX} limits on the returned pathnames. With the current API (no *at functions), FTS_NOCHDIR requires that the fts_accpath start with the original path passed to fts_open(); therefore, the depth that can be reached is limited by the {PATH_MAX} constraint on this pathname. END