]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs/BOOT_LOADER_INTERFACE: minor grammar fixes 37439/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 6 May 2025 19:04:00 +0000 (21:04 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 14 May 2025 16:06:38 +0000 (18:06 +0200)
docs/BOOT_LOADER_INTERFACE.md

index d4d9a77370203417238692a4e229f3a90e71d46e..2d67ff4c72c50e48bf9f1c02562adcb6354dd6a7 100644 (file)
@@ -52,7 +52,7 @@ variables. All EFI variables use the vendor UUID
   be used to let the OS know which boot menu entries were discovered by the
   boot loader. A boot loader entry identifier should be a short, non-empty
   alphanumeric string (possibly containing `-`, too). The list should be in the
-  order the entries are shown on screen during boot. See below regarding a
+  order the entries are shown on screen during boot. See below regarding the
   recommended vocabulary for boot loader entry identifiers.
 
 * The EFI variable `LoaderEntryDefault` contains the default boot loader entry
@@ -62,13 +62,13 @@ variables. All EFI variables use the vendor UUID
   used in case of a system failure. System failure (SysFail) boot entries can
   optionally modify the automatic selection order in the event of a failure,
   such as a boot firmware update failure with the failure status recorded in
-  the EFI system table. If a system failure occurs and `LoaderEntrySysFail` is set,
-  systemd-boot will use this boot entry and store the actual SysFail reason in
-  the `LoaderSysFailReason` EFI variable.
+  the EFI system table. If a system failure occurs and `LoaderEntrySysFail` is
+  set, systemd-boot will use this boot entry, and store the actual SysFail
+  reason in the `LoaderSysFailReason` EFI variable.
 
 * The EFI variable `LoaderSysFailReason` contains the system failure reason.
   This variable is used in cooperation with `LoaderEntrySysFail` boot entry.
-  If system failure doesn't occur `LoaderSysFailReason` is not set at all.
+  If system failure doesn't occur, `LoaderSysFailReason` is not set.
 
 * Similarly, the EFI variable `LoaderEntryOneShot` contains the default boot
   loader entry to use for a single following boot. It is set by the OS in order