stat.2: Remove <unistd.h> from synopsis

There seems to be no reason <unistd.h> is shown here, so remove it.

Signed-off-by: Jonathan Wakely <jwakely@redhat.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Jonathan Wakely 2021-02-09 13:01:17 +01:00 committed by Michael Kerrisk
parent ba50f49c69
commit 055811a99e
1 changed files with 0 additions and 1 deletions

View File

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