diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-04-19 10:58:30 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-04-19 10:58:30 +0000 |
commit | cbc84c6e74757718d5359a3e4e1a1ee5e0c670bf (patch) | |
tree | d8f4fd71efa5ab9ddc11192263c12dc4cdf687b9 | |
parent | 30e6794a2568b8fdbe6e569caf26c258d6ffc8bf (diff) |
Fix typo
-rw-r--r-- | man2/kill.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/kill.2 b/man2/kill.2 index adc97481..ac4af435 100644 --- a/man2/kill.2 +++ b/man2/kill.2 @@ -64,7 +64,7 @@ If \fIpid\fP equals 0, then \fIsig\fP is sent to every process in the 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 pemission to send signals, +for which the calling process has permission to send signals, except for process 1 (init), but see below. .PP If \fIpid\fP is less than \-1, then \fIsig\fP is sent to every process |