kill.2: wfix: s/did/did not/

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-02-05 03:36:28 +01:00
parent ceee84ba48
commit b57b23a573
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
.\" Modified 2004-06-24 by aeb
.\" Modified, 2004-11-30, after idea from emmanuel.colbus@ensimag.imag.fr
.\"
.TH KILL 2 2009-09-15 "Linux" "Linux Programmer's Manual"
.TH KILL 2 2013-02-05 "Linux" "Linux Programmer's Manual"
.SH NAME
kill \- send signal to a process
.SH SYNOPSIS
@ -163,7 +163,7 @@ there was a bug that meant that when sending signals to a process group,
.BR kill ()
failed with the error
.B EPERM
if the caller did have permission to send the signal to \fIany\fP (rather
if the caller did not have permission to send the signal to \fIany\fP (rather
than \fIall\fP) of the members of the process group.
Notwithstanding this error return, the signal was still delivered
to all of the processes for which the caller had permission to signal.