diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-06-22 13:03:21 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-06-22 13:10:32 +0200 |
commit | 48691dca17d65e0df8ea9f8c17f1a47251b95261 (patch) | |
tree | 2c521e53826baa825d73e04d548d603b9f0e2807 /man | |
parent | 9a6da355a06e2b272717f2ac23e41945ce56eb6d (diff) | |
download | systemd-48691dca17d65e0df8ea9f8c17f1a47251b95261.tar.gz |
man: small fixups for systemd-boot(8)
- "UEFI firmware" is a name, no need for an article
- The specification is more than "recommendation"
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-boot.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemd-boot.xml b/man/systemd-boot.xml index 5cd8a38152..9fadffadfe 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> |