From 0ac42204d035efd1a9db8b267a7b87dba946027f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 23 Sep 2012 15:50:58 +0200 Subject: [PATCH] wait4.2: CONFORMING TO: Note SUS details for wait3() Signed-off-by: Michael Kerrisk --- man2/wait4.2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/man2/wait4.2 b/man2/wait4.2 index 68e49adbd..bf17d31d9 100644 --- a/man2/wait4.2 +++ b/man2/wait4.2 @@ -132,6 +132,13 @@ As for .BR waitpid (2). .SH "CONFORMING TO" 4.3BSD. + +SUSv1 included a specification of +.BR wait3 (); +SUSv2 included +.BR wait3 (), +but marked it LEGACY; +SUSv3 removed it. .SH NOTES Including .I