From e4728a856689d7e69bf9ebf8e4c82b6dea8a54fe Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sat, 12 Jun 2021 10:31:45 +0200 Subject: [PATCH] wait4.2: SYNOPSIS: Remove includes Don't document includes that provide types; only those that provide prototypes and constants. Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man2/wait4.2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/man2/wait4.2 b/man2/wait4.2 index 53fb8f639..3bd60367e 100644 --- a/man2/wait4.2 +++ b/man2/wait4.2 @@ -35,9 +35,6 @@ wait3, wait4 \- wait for process to change state, BSD style .SH SYNOPSIS .nf -.B #include -.B #include -.B #include .B #include .PP .BI "pid_t wait3(int *" "wstatus" ", int " options ", struct rusage *" rusage );