From e5f5563cba4a71e11274ec80012b5981c2ec3360 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 19 Sep 2019 21:33:34 +0200 Subject: [PATCH] kill.2: Minor clarification Signed-off-by: Michael Kerrisk --- man2/kill.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/kill.2 b/man2/kill.2 index 465109acb..8bc836b83 100644 --- a/man2/kill.2 +++ b/man2/kill.2 @@ -107,11 +107,11 @@ is set appropriately. An invalid signal was specified. .TP .B EPERM -The process does not have permission to send the signal +The calling process does not have permission to send the signal to any of the target processes. .TP .B ESRCH -The process or process group does not exist. +The target process or process group does not exist. Note that an existing process might be a zombie, a process that has terminated execution, but has not yet been