wait4.2: Note that these functions are nonstandard and recommend alternatives

Some edits to Adrian's path by mtk.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Adrian Bunk 2012-09-23 16:02:54 +02:00 committed by Michael Kerrisk
parent 0ac42204d0
commit 85d301e129
1 changed files with 7 additions and 1 deletions

View File

@ -31,7 +31,7 @@
.\" Rewrote much of this page, and removed much duplicated text,
.\" replacing with pointers to wait.2
.\"
.TH WAIT4 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.TH WAIT4 2 2012-09-23 "Linux" "Linux Programmer's Manual"
.SH NAME
wait3, wait4 \- wait for process to change state, BSD style
.SH SYNOPSIS
@ -66,6 +66,12 @@ _BSD_SOURCE
.RE
.ad
.SH DESCRIPTION
These functions are obsolete; use
.BR waitpid (2)
or
.BR waitid (2)
in new programs.
The
.BR wait3 ()
and