]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: tweaks
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 25 Mar 2022 13:00:41 +0000 (14:00 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 25 Mar 2022 15:32:16 +0000 (16:32 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 46029bea5d0cd0817f35ef1684dba5e5a5573925..fa826fc3b9ebfe793e3cd0cc2163e56147fd8a82 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -192,7 +192,7 @@ CHANGES WITH 251 in spe:
           hostnamed.
 
         * hostnamed's D-Bus interface gained a new method GetHardwareSerial()
-          for reading the hardware serial, as reportd by DMI.
+          for reading the hardware serial number, as reportd by DMI.
 
         * Two new hwdb files have been added. One lists "handhelds" (PDAs,
           calculators, etc.), the other AV production devices (DJ tables,
@@ -273,7 +273,7 @@ CHANGES WITH 251 in spe:
           the option is still understood to maximize compatibility.
 
         * 'bootctl list' gained support for a new --json= switch to output boot
-          menu entries in a simply JSON format.
+          menu entries in JSON format.
 
         * Services with Restart=always and a failing ExecCondition= will no
           longer be restarted, to bring ExecCondition= behaviour in line with
@@ -284,7 +284,7 @@ CHANGES WITH 251 in spe:
 
         * A new D-Bus property ControlGroupId is now exposed on service units,
           that encapsulates the service's numeric cgroup ID that newer kernels
-          maintain for each cgroup.
+          assign to each cgroup.
 
         * systemd-networkd gained a new [Bridge] Isolated=true|false setting
           that configures the eponymous kernel attribute on the bridge.