aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-06-12 10:31:45 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-06-20 14:43:43 +1200
commite4728a856689d7e69bf9ebf8e4c82b6dea8a54fe (patch)
treeb0adc6786e72fd6393c7f4816cb00dd46f9771bd /man2
parentbe26e6997a86654d3af1585ba69486e8af8491bc (diff)
downloadman-pages-e4728a856689d7e69bf9ebf8e4c82b6dea8a54fe.tar.gz
wait4.2: SYNOPSIS: Remove includes
Don't document includes that provide types; only those that provide prototypes and constants. Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2')
-rw-r--r--man2/wait4.23
1 files changed, 0 insertions, 3 deletions
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 <sys/types.h>
-.B #include <sys/time.h>
-.B #include <sys/resource.h>
.B #include <sys/wait.h>
.PP
.BI "pid_t wait3(int *" "wstatus" ", int " options ", struct rusage *" rusage );