From 1a0cd2c74e9e877bc47b8542516283fced25a358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 28 Jan 2018 16:52:47 +0100 Subject: NEWS: reword one sentence --- NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 895ab0d612..78f0d11586 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= -- cgit v1.2.1 From 31751f7e2a6ff749b18fc7bd1d2a99ccca525700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 28 Jan 2018 16:54:18 +0100 Subject: NEWS: add missing equal sign Important! --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 78f0d11586..2021a23501 100644 --- a/NEWS +++ b/NEWS @@ -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 -- cgit v1.2.1