kill.2: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-06-26 15:21:29 +02:00
parent 7de0791306
commit a354707257
1 changed files with 2 additions and 3 deletions

View File

@ -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