diff options
Diffstat (limited to 'man3/ftw.3')
-rw-r--r-- | man3/ftw.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man3/ftw.3 b/man3/ftw.3 index cbdc44f10..654cd2f72 100644 --- a/man3/ftw.3 +++ b/man3/ftw.3 @@ -192,7 +192,9 @@ to return immediately with the return value Other return values could be associated with new actions in the future; \fIfn\fP() should not return values other than those listed above. -The feature test macro _GNU_SOURCE must be defined in order to +The feature test macro +.B _GNU_SOURCE +must be defined in order to obtain the definition of \fBFTW_ACTIONRETVAL\fP from \fI<ftw.h>\fP. .RE .TP |