kill.2: Minor wording fix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-09-12 14:12:05 +01:00
parent 0a58b1ae5c
commit 67453c5afe
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ to any of the target processes.
.B ESRCH
The process or process group does not exist.
Note that an existing process might be a zombie,
a process which already committed termination, but
a process that has terminated execution, but
has not yet been
.BR wait (2)ed
for.