From c8b91df19eec34cc03302f1b3a43513251fe0a99 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sat, 12 Jun 2021 10:31:24 +0200 Subject: [PATCH] stat.2: SYNOPSIS: Fix includes Remove ; ffix too is only needed for 'struct stat'. That is better documented in system_data_types(7). Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man2/stat.2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/man2/stat.2 b/man2/stat.2 index d356ce15a..339920d71 100644 --- a/man2/stat.2 +++ b/man2/stat.2 @@ -41,7 +41,6 @@ stat, fstat, lstat, fstatat \- get file status .SH SYNOPSIS .nf -.B #include .B #include .PP .BI "int stat(const char *restrict " pathname , @@ -50,7 +49,7 @@ stat, fstat, lstat, fstatat \- get file status .BI "int lstat(const char *restrict " pathname , .BI " struct stat *restrict " statbuf ); .PP -.BR "#include " "/* Definition of AT_* constants */" +.BR "#include " "/* Definition of " AT_* " constants */" .B #include .PP .BI "int fstatat(int " dirfd ", const char *restrict " pathname ,