summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-01-28 16:58:17 +0100
committerGitHub <noreply@github.com>2018-01-28 16:58:17 +0100
commit46659f7deb962f55c728e70597e37c2a3ab6326d (patch)
tree0d80f37a1ad6f02067261ee3e7ee62e1869fcd56
parent82c8e3e6503a40684cf265842bb1c26a8f7681b5 (diff)
parent31751f7e2a6ff749b18fc7bd1d2a99ccca525700 (diff)
downloadsystemd-46659f7deb962f55c728e70597e37c2a3ab6326d.tar.gz
Merge pull request #8030 from keszybz/another-news-updatev237
NEWS: reword one sentence
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 895ab0d612..2021a23501 100644
--- a/NEWS
+++ b/NEWS
@@ -37,13 +37,13 @@ CHANGES WITH 237:
chroot() environment was detected, and this new environment variable
now provides explicit control.
- * .path and .socket units may now be created transiently,
- too. Previously only service, mount, automount and timer units were
+ * .path and .socket units may now be created transiently, too.
+ Previously only service, mount, automount and timer units were
supported as transient units. The systemd-run tool has been updated
to expose this new functionality, you may hence use it now to bind
arbitrary commands to path or socket activation on-the-fly from the
- command line. Moreover, for the unit types already supporting
- transient operation most properties are now hooked up.
+ command line. Moreover, almost all properties are now exposed for the
+ unit types that already supported transient operation.
* The systemd-mount command gained support for a new --owner= parameter
which takes a user name, which is then resolved and included in uid=
@@ -142,7 +142,7 @@ CHANGES WITH 237:
user/UID to use for notification messages sent to the service
manager.
- * journalctl gained a new --grep option to list only entries in which
+ * journalctl gained a new --grep= option to list only entries in which
the message matches a certain pattern. By default matching is case
insensitive if the pattern is lowercase, and case sensitive
otherwise. Option --case-sensitive=yes|no can be used to override