fix SIGZZERO typo in perldoc -f kill
authorLukas Mai <l.mai@web.de>
Sat, 6 Jul 2013 16:38:50 +0000 (18:38 +0200)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 6 Jul 2013 19:32:00 +0000 (12:32 -0700)
pod/perlfunc.pod

index 167eaef..3a5d473 100644 (file)
@@ -3241,7 +3241,7 @@ C<kill -9, $pgrp> will send C<SIGKILL> to
 the entire process group specified.  That
 means you usually want to use positive not negative signals.
 
-If SIGNAL is either the number 0 or the string C<ZERO> (or C<SIGZZERO>),
+If SIGNAL is either the number 0 or the string C<ZERO> (or C<SIGZERO>),
 no signal is sent to
 the process, but C<kill> checks whether it's I<possible> to send a signal to it
 (that means, to be brief, that the process is owned by the same user, or we are