summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-09-08 20:39:59 +0000
committerAndy Dougherty <doughera@lafcol.lafayette.edu>1996-09-08 20:39:59 +0000
commit13776d5a5d849dbac5bdbd98560852fb47797581 (patch)
tree223df6f033f37a3def8e87c09b928f6e9f2434d9
parent47e2936380730fcfbac801351978cdee717e9302 (diff)
downloadperl-13776d5a5d849dbac5bdbd98560852fb47797581.tar.gz
Document correct C<use POSIX ":wait_h";> usage.
-rw-r--r--pod/perlipc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlipc.pod b/pod/perlipc.pod
index 99379e9030..5f600b47ae 100644
--- a/pod/perlipc.pod
+++ b/pod/perlipc.pod
@@ -111,7 +111,7 @@ signal handlers like this:
or even the more elaborate:
- use POSIX "wait_h";
+ use POSIX ":wait_h";
sub REAPER {
my $child;
$SIG{CHLD} = \&REAPER; # loathe sysV