Date: Sun, 18 Mar 2012 20:34:01 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r233130 - head/lib/libc/gen Message-ID: <201203182034.q2IKY1q3034903@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jilles Date: Sun Mar 18 20:34:01 2012 New Revision: 233130 URL: http://svn.freebsd.org/changeset/base/233130 Log: fts(3): Document cases where FTS_NOCHDIR is set implicitly. PR: docs/166091 Submitted by: Matthew Story MFC after: 1 week Modified: head/lib/libc/gen/fts.3 Modified: head/lib/libc/gen/fts.3 ============================================================================== --- head/lib/libc/gen/fts.3 Sun Mar 18 19:35:30 2012 (r233129) +++ head/lib/libc/gen/fts.3 Sun Mar 18 20:34:01 2012 (r233130) @@ -28,7 +28,7 @@ .\" @(#)fts.3 8.5 (Berkeley) 4/16/94 .\" $FreeBSD$ .\" -.Dd November 25, 2009 +.Dd March 18, 2012 .Dt FTS 3 .Os .Sh NAME @@ -798,3 +798,13 @@ functions were introduced in principally to provide for alternative interfaces to the .Nm functionality using different data structures. +.Sh BUGS +The +.Fn fts_open +function will automatically set the +.Dv FTS_NOCHDIR +option if the +.Dv FTS_LOGICAL +option is provided, or if it cannot +.Xr open 2 +the current directory.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203182034.q2IKY1q3034903>