1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00

fts(3): Document cases where FTS_NOCHDIR is set implicitly.

PR:		docs/166091
Submitted by:	Matthew Story
MFC after:	1 week
This commit is contained in:
Jilles Tjoelker 2012-03-18 20:34:01 +00:00
parent ee56d93281
commit 145c674dbd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=233130

View File

@ -28,7 +28,7 @@
.\" @(#)fts.3 8.5 (Berkeley) 4/16/94 .\" @(#)fts.3 8.5 (Berkeley) 4/16/94
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd November 25, 2009 .Dd March 18, 2012
.Dt FTS 3 .Dt FTS 3
.Os .Os
.Sh NAME .Sh NAME
@ -798,3 +798,13 @@ functions were introduced in
principally to provide for alternative interfaces to the principally to provide for alternative interfaces to the
.Nm .Nm
functionality using different data structures. 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.