From 8419465d2dbb65877cad68cd43b8038d17cf277a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 7 Dec 2016 14:04:17 +0100 Subject: [PATCH] docs: kill(1): Wording fix Fix a wording error introduced in one of my recent commits. Signed-off-by: Michael Kerrisk --- misc-utils/kill.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2