From b7ff052fb68851297f6111d86efd7f9d6691db37 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Thu, 11 Jan 2024 14:59:27 +1100 Subject: [PATCH] perlfunc: document relationship between wait() and waitpid() Finally fixes #15108, which was mostly fixed by mauke in a6b6b8e and 237516c. --- pod/perlfunc.pod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 3364c1fd5eb6..fbeb88c462f0 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -10580,6 +10580,8 @@ L|perlvar/%SIG>, it may accidentally wait for the child created by L|/qxESTRINGE> or L|/system LIST>. See L for details. +Equivalent to L|/waitpid PID,FLAGS>. + Portability issues: L. =item waitpid PID,FLAGS