Document correct C<use POSIX ":wait_h";> usage.
Perl 5 Porters [Sun, 8 Sep 1996 20:39:59 +0000 (20:39 +0000)]
pod/perlipc.pod

index 99379e9..5f600b4 100644 (file)
@@ -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