diff options
| -rw-r--r-- | man3/ftw.3 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man3/ftw.3 b/man3/ftw.3 index d7ef303646..e37cb56162 100644 --- a/man3/ftw.3 +++ b/man3/ftw.3 @@ -224,6 +224,10 @@ If set, do a to each directory before handling its contents. This is useful if the program needs to perform some action in the directory in which \fIfpath\fP resides. +(Specifying this flag has no effect on the pathname that is passed in the +.I fpath +argument of +.IR fn .) .TP .B FTW_DEPTH If set, do a post-order traversal, that is, call \fIfn\fP() for |
