fts.3: Minor wording fixes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-02-05 11:59:50 +01:00
parent 58c744401a
commit f6c7968375
1 changed files with 4 additions and 2 deletions

View File

@ -64,8 +64,10 @@ fts functions are provided for traversing
file hierarchies.
A simple overview is that the
.BR fts_open ()
function returns a "handle" on a file hierarchy, which is then supplied to
the other
function returns a "handle" (of type
.IR "FTS\ *" )
that refers to a file hierarchy.
This handle is then supplied to the other
fts functions.
The function
.BR fts_read ()