This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca06683
)
fix SIGZZERO typo in perldoc -f kill
author
Lukas Mai
<l.mai@web.de>
Sat, 6 Jul 2013 16:38:50 +0000
(18:38 +0200)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 6 Jul 2013 19:32:00 +0000
(12:32 -0700)
pod/perlfunc.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlfunc.pod
b/pod/perlfunc.pod
index
167eaef
..
3a5d473
100644
(file)
--- a/
pod/perlfunc.pod
+++ b/
pod/perlfunc.pod
@@
-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<SIGZ
Z
ERO>),
+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