From: Jörg Behrmann Date: Fri, 20 Sep 2024 10:05:45 +0000 (+0200) Subject: NEWS: fix typos and remove backticks X-Git-Tag: v257-rc1~385 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81b4d6815357a456a3613693a49ff7640c6c336c;p=thirdparty%2Fsystemd.git NEWS: fix typos and remove backticks --- diff --git a/NEWS b/NEWS index 4acc9b3e625..17b79e31afd 100644 --- 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.