This commit is contained in:
Michael Kerrisk 2007-06-11 18:45:36 +00:00
parent 7dbfafa8ca
commit 7c1bc63f44
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ process group of the current process.
.PP
If \fIpid\fP equals \-1, then \fIsig\fP is sent to every process
for which the calling process has permission to send signals,
except for process 1 (init), but see below.
except for process 1 (\fIinit\fP), but see below.
.PP
If \fIpid\fP is less than \-1, then \fIsig\fP is sent to every process
in the process group \fI\-pid\fP.