From: Alejandro Colomar Date: Sun, 4 Apr 2021 11:58:31 +0000 (+0200) Subject: fcntl.2: Remove unused include X-Git-Tag: man-pages-5.12~286 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af2ea7fdbb46c56b42ecba18553ff7c6acb7befc;p=thirdparty%2Fman-pages.git fcntl.2: Remove unused include I couldn't find a reason for including . All the macros used by fcntl() are defined in . For comparison, FreeBSD and OpenBSD don't specify in their manual pages. Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- diff --git a/man2/fcntl.2 b/man2/fcntl.2 index de87eec1ff..7b5604e3a6 100644 --- a/man2/fcntl.2 +++ b/man2/fcntl.2 @@ -69,7 +69,6 @@ fcntl \- manipulate file descriptor .SH SYNOPSIS .nf -.B #include .B #include .PP .BI "int fcntl(int " fd ", int " cmd ", ... /* " arg " */ );"