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 <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2021-02-24 00:54:40 +01:00 committed by Michael Kerrisk
parent c245512ad0
commit e82f7bbb11
1 changed files with 0 additions and 2 deletions

View File

@ -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 ),