View | Details | Raw Unified | Return to bug 166091
Collapse All | Expand All

(-)fts.3 (+17 lines)
Lines 410-415 Link Here
410
.Vt FTSENT
410
.Vt FTSENT
411
structures
411
structures
412
are returned to the application are those referencing non-existent files.
412
are returned to the application are those referencing non-existent files.
413
Providing the 
414
.Dv FTS_LOGICAL
415
option to the
416
.Fn fts_open
417
function will set 
418
.Dv FTS_NOCHDIR .
413
Either
419
Either
414
.Dv FTS_LOGICAL
420
.Dv FTS_LOGICAL
415
or
421
or
Lines 435-440 Link Here
435
is specified and absolute
441
is specified and absolute
436
pathnames were provided as arguments to
442
pathnames were provided as arguments to
437
.Fn fts_open .
443
.Fn fts_open .
444
The
445
.Dv FTS_NOCHDIR 
446
option will be set if the
447
.Dv FTS_LOGICAL 
448
option is provided to the
449
.Fn fts_open
450
function, or if 
451
.Fn fts_open
452
cannot
453
.Xr open 2
454
.Ql .\& .
438
.It Dv FTS_NOSTAT
455
.It Dv FTS_NOSTAT
439
By default, returned
456
By default, returned
440
.Vt FTSENT
457
.Vt FTSENT

Return to bug 166091