From be26e6997a86654d3af1585ba69486e8af8491bc Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sat, 12 Jun 2021 10:31:44 +0200 Subject: [PATCH] wait.2: Remove The types that need are better documented in system_data_types(7). Let's keep only the includes for the prototypes and the constants. Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man2/wait.2 | 1 - 1 file changed, 1 deletion(-) diff --git a/man2/wait.2 b/man2/wait.2 index 760f02f22..5ae955b3f 100644 --- a/man2/wait.2 +++ b/man2/wait.2 @@ -51,7 +51,6 @@ wait, waitpid, waitid \- wait for process to change state .SH SYNOPSIS .nf -.B #include .B #include .PP .BI "pid_t wait(int *" "wstatus" );