From 3875f14c50983aa6286dd62505f3c5ac887b4fb7 Mon Sep 17 00:00:00 2001 From: Lukas Mai Date: Sat, 6 Jul 2013 18:38:50 +0200 Subject: [PATCH] fix SIGZZERO typo in perldoc -f kill --- pod/perlfunc.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 167eaef..3a5d473 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -3241,7 +3241,7 @@ C will send C 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 (or C), +If SIGNAL is either the number 0 or the string C (or C), no signal is sent to the process, but C checks whether it's I to send a signal to it (that means, to be brief, that the process is owned by the same user, or we are -- 2.7.4