]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: small fixups for systemd-boot(8)
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 22 Jun 2018 11:03:21 +0000 (13:03 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 22 Jun 2018 11:10:32 +0000 (13:10 +0200)
- "UEFI firmware" is a name, no need for an article
- The specification is more than "recommendation"

man/systemd-boot.xml

index 5cd8a381523d9adb8a6eee0adc4685e4b56ec017..9fadffadfe572af52af591d0b0fccc47efdf6718 100644 (file)
@@ -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>