From 0e3a33a5591638a228b7c142238aa17051bcabe5 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Sun, 31 Aug 2014 03:02:56 -0500 Subject: sig() should be kill() There is no sig() function, and the block of text has similar language to a previous block which uses kill(). For: RT #122662 (cherry picked from commit 9589aa831c3533d85bf7042e049cbe02095df9d3) --- pod/perlfork.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlfork.pod b/pod/perlfork.pod index 7729444c40..fed58f347f 100644 --- a/pod/perlfork.pod +++ b/pod/perlfork.pod @@ -152,7 +152,7 @@ pseudo-child created by it that is also a pseudo-parent will only exit after their pseudo-children have exited. Starting with Perl 5.14 a parent will not wait() automatically -for any child that has been signalled with C +for any child that has been signalled with C to avoid a deadlock in case the child is blocking on I/O and never receives the signal. -- cgit v1.2.1