summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-04-19 01:11:38 +0200
committerLennart Poettering <lennart@poettering.net>2013-04-19 01:11:38 +0200
commit7c04ad2da1cf08ebf53b9aa9671c8c1dc9577135 (patch)
tree6943152981fdb90621287809b6872d3ec2b35a6f /NEWS
parentef3b5246879094e29cc99c4d24cbfeb19b7da49b (diff)
build-sys: run 'make update-man-list'v202
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e8b7b392c..2b4624657 100644
--- a/NEWS
+++ b/NEWS
@@ -32,7 +32,7 @@ CHANGES WITH 202:
services, user processes and containers/virtual
machines. This new cgroup hierarchy is also useful to stick
stable names to specific container instances, which can be
- recognized later on this way (this name may be controlled
+ recognized later this way (this name may be controlled
via systemd-nspawn's new -M switch). libsystemd-login also
gained a new call sd_pid_get_machine_name() to retrieve the
name of the container/VM a specific process belongs to.
@@ -49,7 +49,7 @@ CHANGES WITH 202:
* The cryptsetup logic now understands the "luks.key=" kernel
command line switch for specifying a file to read the
- decryption key from. Also, if a configured keyfile is now
+ decryption key from. Also, if a configured key file is not
found the tool will now automatically fall back to prompting
the user.