From: Alejandro Colomar Date: Sat, 12 Jun 2021 08:31:45 +0000 (+0200) Subject: wait4.2: SYNOPSIS: Remove includes X-Git-Tag: man-pages-5.12~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e4728a856689d7e69bf9ebf8e4c82b6dea8a54fe;p=thirdparty%2Fman-pages.git 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 --- diff --git a/man2/wait4.2 b/man2/wait4.2 index 53fb8f6399..3bd60367e2 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 );