From 7de07913060d3fd9d599feeeb4e217a06a7bb50b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 26 Jun 2016 15:21:14 +0200 Subject: [PATCH] kill.2: tfix Signed-off-by: Michael Kerrisk --- man2/kill.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/kill.2 b/man2/kill.2 index 04e484613..cc16ac469 100644 --- a/man2/kill.2 +++ b/man2/kill.2 @@ -86,7 +86,7 @@ but existence and permission checks are still performed; this can be used to check for the existence of a process ID or process group ID that the caller is permitted to signal. -For a process to have permission to send a signal +For a process to have permission to send a signal, it must either be privileged (under Linux: have the .B CAP_KILL capability in the user namespace of the target process),