From: Michael Kerrisk Date: Wed, 7 Dec 2016 13:04:17 +0000 (+0100) Subject: docs: kill(1): Wording fix X-Git-Tag: v2.30-rc1~352^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8419465d2dbb65877cad68cd43b8038d17cf277a;p=thirdparty%2Futil-linux.git docs: kill(1): Wording fix Fix a wording error introduced in one of my recent commits. Signed-off-by: Michael Kerrisk --- diff --git a/misc-utils/kill.1 b/misc-utils/kill.1 index a0aca8bf18..fe82bd0158 100644 --- a/misc-utils/kill.1 +++ b/misc-utils/kill.1 @@ -31,7 +31,7 @@ an orderly fashion. 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