Fix a wording error introduced in one of my recent commits.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
If a process does not terminate after a TERM signal has been sent,
then the KILL signal may be used; be aware that the latter signal
cannot be caught, and so does not give the target process the opportunity
-to do perform any clean-up before terminating.
+to perform any clean-up before terminating.
.PP
Most modern shells have a builtin kill command, with a usage rather similar to
that of the command described here. The