Both functions have the same header. There's no reason to separate the prototypes repeating the header. Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> --- man3/ftw.3 | 2 -- 1 file changed, 2 deletions(-) diff --git a/man3/ftw.3 b/man3/ftw.3 index 027750fd7..fa7678fa8 100644 --- a/man3/ftw.3 +++ b/man3/ftw.3 @@ -45,8 +45,6 @@ ftw, nftw \- file tree walk .BI " int " typeflag ", struct FTW *" ftwbuf ), .BI " int " nopenfd ", int " flags ); .PP -.B #include <ftw.h> -.PP .BI "int ftw(const char *" dirpath , .BI " int (*" fn ")(const char *" fpath ", const struct stat *" sb , .BI " int " typeflag ), -- 2.30.1.721.g45526154a5