]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bootctl: change section title for kernel image commands
authorLennart Poettering <lennart@poettering.net>
Fri, 20 Jan 2023 17:30:06 +0000 (18:30 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 20 Jan 2023 17:30:06 +0000 (18:30 +0100)
Let's call them kernel *images*, not just *kernels*.

man/bootctl.xml
src/boot/bootctl.c

index ada8c03332cacffb3ed83b5dd1ec8a1ee3a19676..a5a3e6b307b7da2e657638bb35629ade419a6d15 100644 (file)
   </refsect1>
 
   <refsect1>
-    <title><command>kernel</command> Commands</title>
+    <title>Kernel Image Commands</title>
 
     <variablelist>
       <varlistentry>
index e2ca484739ce1d763f8815d72e2a948b1f9a2313..ff2f7c334215b403e013d3371292966769543a78 100644 (file)
@@ -154,9 +154,9 @@ static int help(int argc, char *argv[], void *userdata) {
                "  remove              Remove systemd-boot from the ESP and EFI variables\n"
                "  is-installed        Test whether systemd-boot is installed in the ESP\n"
                "  random-seed         Initialize random seed in ESP and EFI variables\n"
-               "\n%3$skernel Commands:%4$s\n"
+               "\n%3$sKernel Image Commands:%4$s\n"
                "  kernel-identify     Identify kernel image type\n"
-               "  kernel-inspect      Prints details about the kernel\n"
+               "  kernel-inspect      Prints details about the kernel image\n"
                "\n%3$sOptions:%4$s\n"
                "  -h --help            Show this help\n"
                "     --version         Print version\n"