This commit is contained in:
Michael Kerrisk 2007-12-28 05:59:40 +00:00
parent 415aed528e
commit ad97b91008
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ traverse a file hierarchy
.B #include <fts.h>
.sp
.BI "FTS *fts_open(char * const *" path_argv ", int " options ", "
.IB " int (*compar)(const FTSENT **, const FTSENT **)" );
.BI " int (*" compar ")(const FTSENT **, const FTSENT **));"
.sp
.BI "FTSENT *fts_read(FTS *" ftsp );
.sp