summaryrefslogtreecommitdiffstats
path: root/man2/wait4.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/wait4.2')
-rw-r--r--man2/wait4.26
1 files changed, 4 insertions, 2 deletions
diff --git a/man2/wait4.2 b/man2/wait4.2
index 9f74d4a04..7136d7061 100644
--- a/man2/wait4.2
+++ b/man2/wait4.2
@@ -10,7 +10,7 @@
.\" Rewrote much of this page, and removed much duplicated text,
.\" replacing with pointers to wait.2
.\"
-.TH wait4 2 2023-02-05 "Linux man-pages 6.03"
+.TH wait4 2 2023-03-30 "Linux man-pages 6.05.01"
.SH NAME
wait3, wait4 \- wait for process to change state, BSD style
.SH LIBRARY
@@ -132,6 +132,8 @@ As for
As for
.BR waitpid (2).
.SH STANDARDS
+None.
+.SH HISTORY
4.3BSD.
.PP
SUSv1 included a specification of
@@ -140,7 +142,7 @@ SUSv2 included
.BR wait3 (),
but marked it LEGACY;
SUSv3 removed it.
-.SH NOTES
+.PP
Including
.I <sys/time.h>
is not required these days, but increases portability.