From 3cdd80d3e0f4a1a49cc6d3de0e424811fc985a66 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 21 Nov 2025 12:07:04 +0100 Subject: [PATCH] sd-boot: correct typos --- man/systemd-boot.xml | 4 ++-- src/bootctl/bootctl-status.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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; -- 2.47.3