In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/42c583b4b82b42bf02f26ea582ecfb3e94af8cc5?hp=c4fe132ef3ca192e7c810af629a85f88615267bc>
- Log ----------------------------------------------------------------- commit 42c583b4b82b42bf02f26ea582ecfb3e94af8cc5 Author: James E Keenan <[email protected]> Date: Mon Nov 17 18:58:09 2014 -0500 Add word missing from docs for 'wait' function. Minor POD-formatting changes. Add Johann 'Myrkraverk' Oskarsson to Perl AUTHORS. For: RT #123230 ----------------------------------------------------------------------- Summary of changes: AUTHORS | 1 + pod/perlfunc.pod | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index a41d54c..346b3c2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -589,6 +589,7 @@ Joergen Haegg Johan Holtman Johan Vromans <[email protected]> Johann Klasek <[email protected]> +Johann 'Myrkraverk' Oskarsson <[email protected]> Johannes Plunien <[email protected]> John Bley <[email protected]> John Borwick <[email protected]> diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index cca3cae..9347b60 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -9086,8 +9086,8 @@ and C<${^CHILD_ERROR_NATIVE}>. Note that a return value of C<-1> could mean that child processes are being automatically reaped, as described in L<perlipc>. -If you use wait in your handler for $SIG{CHLD} it may accidentally for the -child created by qx() or system(). See L<perlipc> for details. +If you use C<wait> in your handler for $SIG{CHLD}, it may accidentally wait +for the child created by qx() or system(). See L<perlipc> for details. Portability issues: L<perlport/wait>. -- Perl5 Master Repository
