From af2ea7fdbb46c56b42ecba18553ff7c6acb7befc Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 4 Apr 2021 13:58:31 +0200 Subject: [PATCH] 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 --- man2/fcntl.2 | 1 - 1 file changed, 1 deletion(-) diff --git a/man2/fcntl.2 b/man2/fcntl.2 index de87eec1f..7b5604e3a 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 " */ );"