fts.3: Minor wording fix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-02-05 12:10:19 +01:00
parent c9e5b0e128
commit 5c71ea83df
1 changed files with 3 additions and 3 deletions

View File

@ -87,12 +87,12 @@ or physically (visiting the symbolic links themselves),
order the walk of the hierarchy or
prune and/or revisit portions of the hierarchy.
.PP
Two structures are defined (and typedef'd) in the include file
Two structures (and associated types) are defined in the include file
.IR <fts.h> .
The first is
The first type is
.IR FTS ,
the structure that represents the file hierarchy itself.
The second is
The second type is
.IR FTSENT ,
the structure that represents a file in the file
hierarchy.