[v5,18/35] fcntl.2: Remove unused include

Message ID 20210404115847.78166-19-alx.manpages@gmail.com
State Not applicable
Headers
Series None |

Commit Message

Alejandro Colomar April 4, 2021, 11:58 a.m. UTC
  I couldn't find a reason for including <unistd.h>.  All the macros
used by fcntl() are defined in <fcntl.h>.  For comparison, FreeBSD
and OpenBSD don't specify <unistd.h> in their manual pages.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---
 man2/fcntl.2 | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Michael Kerrisk \(man-pages\) April 5, 2021, 10:44 a.m. UTC | #1
Hi Alex,

On 4/4/21 1:58 PM, Alejandro Colomar wrote:
> I couldn't find a reason for including <unistd.h>.  All the macros
> used by fcntl() are defined in <fcntl.h>.  For comparison, FreeBSD
> and OpenBSD don't specify <unistd.h> in their manual pages.
> 
> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>


Patch applied.

Thanks,

Michael


> ---
>  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 <unistd.h>
>  .B #include <fcntl.h>
>  .PP
>  .BI "int fcntl(int " fd ", int " cmd ", ... /* " arg " */ );"
>
  

Patch

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 <unistd.h>
 .B #include <fcntl.h>
 .PP
 .BI "int fcntl(int " fd ", int " cmd ", ... /* " arg " */ );"