]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: fix typos and remove backticks
authorJörg Behrmann <behrmann@physik.fu-berlin.de>
Fri, 20 Sep 2024 10:05:45 +0000 (12:05 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 20 Sep 2024 11:07:16 +0000 (20:07 +0900)
NEWS

diff --git a/NEWS b/NEWS
index 4acc9b3e625a1359efc51b176dcf1cdd98eee458..17b79e31afdfde1f884b4e04a2b94ec64e506569 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -58,7 +58,7 @@ CHANGES WITH 257 in spe:
 
         * systemd-nspawn will now mount the unified cgroup hierarchy into a
           container if no systemd installation is found in a container's root
-          filesystem. `$SYSTEMD_NSPAWN_UNIFIED_HIERARCHY=0` can be used to override
+          filesystem. $SYSTEMD_NSPAWN_UNIFIED_HIERARCHY=0 can be used to override
           this behavior.
 
         libsystemd:
@@ -183,9 +183,9 @@ CHANGES WITH 257 in spe:
         * A new .profile PE section type is now documented and supported in
           systemd-measure, ukify, systemd-stub and systemd-boot. Those new
           sections allow multiple "profiles" to be stored together in the UKI,
-          with .profile sections creating groupings the UKI, allowing some
-          sections to be shared and other sections like .cmdline or .initrd
-          unique to the profile.
+          with .profile sections creating groupings of sections in the UKI,
+          allowing some sections to be shared and other sections like .cmdline
+          or .initrd unique to the profile.
 
         * ukify gained an --extend switch to import an existing UKI to
           be extended, and a --measure-base= switch to support measurement
@@ -252,7 +252,7 @@ CHANGES WITH 257 in spe:
           of the random seed file in ESP. (This is useful when producing an
           image that will be used multiple times.)
 
-        * systemd-cryptenroll gained new options -fido2-salt-file= and
+        * systemd-cryptenroll gained new options --fido2-salt-file= and
           --fido2-parameters-in-header= to simplify manual enrollment of FIDO2
           tokens.