aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-06-22 13:03:21 +0200
committerLennart Poettering <lennart@poettering.net>2018-06-22 13:10:32 +0200
commit48691dca17d65e0df8ea9f8c17f1a47251b95261 (patch)
tree2c521e53826baa825d73e04d548d603b9f0e2807
parentman: correct the meaning of TimeoutStopSec= (#9325) (diff)
downloadsystemd-48691dca17d65e0df8ea9f8c17f1a47251b95261.tar.xz
systemd-48691dca17d65e0df8ea9f8c17f1a47251b95261.zip
man: small fixups for systemd-boot(8)
- "UEFI firmware" is a name, no need for an article - The specification is more than "recommendation"
-rw-r--r--man/systemd-boot.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemd-boot.xml b/man/systemd-boot.xml
index 5cd8a381523..9fadffadfe5 100644
--- a/man/systemd-boot.xml
+++ b/man/systemd-boot.xml
@@ -27,7 +27,7 @@
<para><command>systemd-boot</command> (short: <command>sd-boot</command>) is a simple UEFI boot manager. It
provides a graphical menu to select the entry to boot and an editor for the kernel command line. systemd-boot
- supports systems with an UEFI firmware only.</para>
+ supports systems with UEFI firmware only.</para>
<para>systemd-boot loads boot entry information from the EFI system partition (ESP), usually mounted at
<filename>/boot</filename>, <filename>/efi</filename>, or <filename>/boot/efi</filename> during OS
@@ -44,9 +44,9 @@
arbitrary other EFI executables.</para></listitem>
<listitem><para>Unified kernel images following the <ulink
- url="https://github.com/systemd/systemd/blob/master/doc/BOOT_LOADER_SPECIFICATION.md">Boot
- Loader Specification</ulink>, as executable EFI binaries in
- <filename>/EFI/Linux/</filename> on the ESP</para></listitem>
+ url="https://github.com/systemd/systemd/blob/master/doc/BOOT_LOADER_SPECIFICATION.md">Boot Loader
+ Specification</ulink>, as executable EFI binaries in <filename>/EFI/Linux/</filename> on the ESP.
+ </para></listitem>
<listitem><para>The Microsoft Windows EFI boot manager, if installed</para></listitem>