From c9f3f8494cdc1ffbdd28a4efb81944ca9ac36684 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sat, 12 Jun 2021 10:31:25 +0200 Subject: [PATCH] statx.2: SYNOPSIS: Fix includes doesn't seem to be needed: AT_* constants come from STATX_* constants come from 'struct statx' comes from Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man2/statx.2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/man2/statx.2 b/man2/statx.2 index a14880630..62e86fb1b 100644 --- a/man2/statx.2 +++ b/man2/statx.2 @@ -32,9 +32,8 @@ statx \- get file status (extended) .SH SYNOPSIS .nf +.BR "#include " "/* Definition of " AT_* " constants */" .B #include -.B #include -.BR "#include " "/* Definition of AT_* constants */" .PP .BI "int statx(int " dirfd ", const char *restrict " pathname ", int " flags , .BI " unsigned int " mask ", struct statx *restrict " statxbuf );