From: Zbigniew Jędrzejewski-Szmek Date: Fri, 21 Nov 2025 11:07:04 +0000 (+0100) Subject: sd-boot: correct typos X-Git-Tag: v259~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F39842%2Fhead;p=thirdparty%2Fsystemd.git sd-boot: correct typos --- diff --git a/man/systemd-boot.xml b/man/systemd-boot.xml index 8e385033027..98f04744101 100644 --- a/man/systemd-boot.xml +++ b/man/systemd-boot.xml @@ -57,7 +57,7 @@ A Reboot Into Firmware Interface option, if supported by the UEFI firmware. - Secure Boot variables enrollment if the UEFI firmware is in setup-mode and files are provided + Secure Boot variable enrollment if the UEFI firmware is in setup mode and files are provided on the ESP. @@ -97,7 +97,7 @@ entropy pool initialization, providing a full entropy pool during early boot. The boot manager allows for Secure Boot variables to be enrolled if the UEFI firmware is - in setup-mode. Additionally, variables can be automatically enrolled if configured. + in setup mode. Additionally, variables can be automatically enrolled if configured. bootctl1 diff --git a/src/bootctl/bootctl-status.c b/src/bootctl/bootctl-status.c index bfd0ced9051..4e15576affb 100644 --- a/src/bootctl/bootctl-status.c +++ b/src/bootctl/bootctl-status.c @@ -424,7 +424,7 @@ int verb_status(int argc, char *argv[], void *userdata) { { EFI_LOADER_FEATURE_REPORT_URL, "Loader reports network boot URL" }, { EFI_LOADER_FEATURE_TYPE1_UKI, "Support Type #1 uki field" }, { EFI_LOADER_FEATURE_TYPE1_UKI_URL, "Support Type #1 uki-url field" }, - { EFI_LOADER_FEATURE_TPM2_ACTIVE_PCR_BANKS, "Loader reports TPM2 active PCR banks" }, + { EFI_LOADER_FEATURE_TPM2_ACTIVE_PCR_BANKS, "Loader reports active TPM2 PCR banks" }, }; static const struct { uint64_t flag;