From e82f7bbb11add8f23e026744aca908fcdfc78739 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Wed, 24 Feb 2021 00:54:40 +0100 Subject: [PATCH] ftw.3: SYNOPSIS: Remove duplicate header Both functions have the same header. There's no reason to separate the prototypes repeating the header. Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- 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 -.PP .BI "int ftw(const char *" dirpath , .BI " int (*" fn ")(const char *" fpath ", const struct stat *" sb , .BI " int " typeflag ),