]> git.ipfire.org Git - thirdparty/util-linux.git/commit
docs: kill(1): Add more detail on use of SIGTERM vs SIGKILL
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 5 Dec 2016 09:24:54 +0000 (10:24 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 17 Jan 2017 14:44:49 +0000 (15:44 +0100)
commit53925476ada746a8680ffe7a747df7b2a9a79490
tree07a4d2f1758e0b3a4fe22ba4a6323c02c8dcc905
parenta4270c9ba99ea3c0c406523d27ff9ba2d0a62ad4
docs: kill(1): Add more detail on use of SIGTERM vs SIGKILL

It's worth adding a recommendation here to use SIGTERM
rather than SIGKILL, and explain why.

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