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>
This commit is contained in:
Alejandro Colomar 2021-06-12 10:31:45 +02:00 committed by Michael Kerrisk
parent be26e6997a
commit e4728a8566
1 changed files with 0 additions and 3 deletions

View File

@ -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 );