Fix typos.
[gnulib.git] / modules / fts
1 Description:
2 Traverse a file hierarchy.
3
4 Files:
5 lib/fts_.h
6 lib/fts.c
7 lib/fts-cycle.c
8 m4/fts.m4
9
10 Depends-on:
11 cycle-check
12 d-type
13 dirfd
14 fcntl
15 fcntl-safer
16 hash
17 i-ring
18 lstat
19 openat
20 stdbool
21 unistd-safer
22
23 configure.ac:
24 gl_FUNC_FTS
25 gl_MODULE_INDICATOR([fts])
26
27 Makefile.am:
28
29 Include:
30 "fts_.h"
31
32 License:
33 GPL
34
35 Maintainer:
36 Jim Meyering