summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-12-13 16:53:40 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-12-17 20:51:11 +0100
commit46b028f2500ffe2522ca5ded22c61c623cb01d49 (patch)
treea75df001b76308fccca441730d03b9b969db9fff
parent7db43ec32fd99e4cc2cea0bc393c972c4215ffd8 (diff)
downloadsystemd-46b028f2500ffe2522ca5ded22c61c623cb01d49.tar.gz
NEWS: add missing 'not'
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ba69ec02b2..f74e0f1127 100644
--- a/NEWS
+++ b/NEWS
@@ -134,7 +134,7 @@ CHANGES WITH 240 in spe:
* The signal to use as last step of killing of unit processes is now
configurable. Previously it was hard-coded to SIGKILL, which may now
be overridden with the new KillSignal= setting. Note that this is the
- signal used when regular termination (i.e. SIGTERM) does suffice.
+ signal used when regular termination (i.e. SIGTERM) does not suffice.
Similarly, the signal used when aborting a program in case of a
watchdog timeout may now be configured too (WatchdogSignal=).