From a35470725714844f96fa7476ce8f90b17de1d3ce Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 26 Jun 2016 15:21:29 +0200 Subject: [PATCH] kill.2: srcfix Signed-off-by: Michael Kerrisk --- man2/kill.2 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/man2/kill.2 b/man2/kill.2 index cc16ac469..8c514e7be 100644 --- a/man2/kill.2 +++ b/man2/kill.2 @@ -90,9 +90,8 @@ 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), -or the real or effective -user ID of the sending process must equal the real or -saved set-user-ID of the target process. +or the real or effective user ID of the sending process must equal +the real or saved set-user-ID of the target process. In the case of .B SIGCONT it suffices when the sending and receiving