]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: kill(1): Wording fix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 7 Dec 2016 13:04:17 +0000 (14:04 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 9 Dec 2016 12:45:09 +0000 (13:45 +0100)
Fix a wording error introduced in one of my recent commits.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
misc-utils/kill.1

index a0aca8bf18b08f25925343fb7536ebedf40a709d..fe82bd015891f08809f456fe78174af60497ff12 100644 (file)
@@ -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