diff --git a/man/loader.conf.xml b/man/loader.conf.xml
index 293f59adfd..3bd8597164 100644
--- a/man/loader.conf.xml
+++ b/man/loader.conf.xml
@@ -251,8 +251,9 @@
beep
- Takes a boolean argument. If timeout enabled beep every second, otherwise beep n times when n-th entry in boot menu is selected (default disabled).
- Currently, only x86 is supported, where it uses the PC speaker.
+ Takes a boolean argument. If timeout enabled beep every second, otherwise beep n
+ times when n-th entry in boot menu is selected (default disabled). Currently, only x86 is supported,
+ where it uses the PC speaker.
@@ -399,8 +400,8 @@ sbvarsign --attr "${attr}" --key KEK.key --cert KEK.pem --output db.auth db db.e
Caveat: This feature is experimental, and is likely to be changed (or removed in its
current form) in a future version of systemd.
- Work around BitLocker requiring a recovery key when the boot loader was
- updated (disabled by default).
+ Work around BitLocker requiring a recovery key when the boot loader was updated (disabled by
+ default).Try to detect BitLocker encrypted drives along with an active TPM. If both are found and
Windows Boot Manager is selected in the boot menu, set the BootNext EFI variable
@@ -439,8 +440,11 @@ sbvarsign --attr "${attr}" --key KEK.key --cert KEK.pem --output db.auth db db.e
- Perform the reboot if and only if boot counting is enabled for this entry and the tries left counter wasn't already at 0.
- This is the default, as it is typically a safe option, that ensures a clean measurement log on each boot attempt, but also does not risk an unbounded reboot loop.
+ Perform the reboot if and only if boot counting is enabled for this entry and the tries
+ left counter wasn't already at 0.
+
+ This is the default, as it is typically a safe option, that ensures a clean measurement log
+ on each boot attempt, but also does not risk an unbounded reboot loop.
diff --git a/man/systemd-boot.xml b/man/systemd-boot.xml
index 52aa582c30..3482968812 100644
--- a/man/systemd-boot.xml
+++ b/man/systemd-boot.xml
@@ -396,9 +396,9 @@
LoaderBootCountPath
- If boot counting is enabled, contains the path to the file in whose name the boot counters are
- encoded. Set by the boot
- loader. systemd-bless-boot.service8
+ If boot counting is enabled, contains the path to the file in whose name the boot
+ counters are encoded. Set by the boot loader.
+ systemd-bless-boot.service8
uses this information to mark a boot as successful as determined by the successful activation of the
boot-complete.target target unit.