From: Jonathan Wakely <jwakely@xxxxxxxxxx> There seems to be no reason <unistd.h> is shown here, so remove it. Signed-off-by: Jonathan Wakely <jwakely@xxxxxxxxxx> Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> --- man2/stat.2 | 1 - 1 file changed, 1 deletion(-) diff --git a/man2/stat.2 b/man2/stat.2 index 734c74b04..fed926715 100644 --- a/man2/stat.2 +++ b/man2/stat.2 @@ -43,7 +43,6 @@ stat, fstat, lstat, fstatat \- get file status .nf .B #include <sys/types.h> .B #include <sys/stat.h> -.B #include <unistd.h> .PP .BI "int stat(const char *" pathname ", struct stat *" statbuf ); .BI "int fstat(int " fd ", struct stat *" statbuf ); -- 2.30.0