]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: also install systemd-stub man page as sd-stub
authorLennart Poettering <lennart@poettering.net>
Mon, 21 Mar 2022 23:19:32 +0000 (00:19 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 21 Mar 2022 23:22:07 +0000 (00:22 +0100)
So, typically systemd-boot is referenced as sd-boot, due to te usual
shorter naming in ESP resources. systemd-stub didnt do that so far,
since it never appears as separate files in the ESP. However it's super
annoying that you can find "man sd-boot", but not the very closely
related "man sd-stub". Let's fix that, and also add an "sd-stub" alias
to the "systemd-stub" man page.

man/rules/meson.build
man/systemd-stub.xml

index aa969344abe431bb52a1b9c9f57ff49ba7025b09..aaa69d30385c27bb2c2773662e109d5fbf0a5480 100644 (file)
@@ -971,7 +971,7 @@ manpages = [
  ['systemd-stdio-bridge', '1', [], ''],
  ['systemd-stub',
   '7',
-  ['linuxaa64.efi.stub', 'linuxia32.efi.stub', 'linuxx64.efi.stub'],
+  ['linuxaa64.efi.stub', 'linuxia32.efi.stub', 'linuxx64.efi.stub', 'sd-stub'],
   'HAVE_GNU_EFI'],
  ['systemd-suspend.service',
   '8',
index 28c6ba938cbe6e51297fa2a25fa904a03ef6d80d..f2d3b91e20f38bfc96b13da0fb5d609f0e371ade 100644 (file)
@@ -17,6 +17,7 @@
 
   <refnamediv>
     <refname>systemd-stub</refname>
+    <refname>sd-stub</refname>
     <refname>linuxx64.efi.stub</refname>
     <refname>linuxia32.efi.stub</refname>
     <refname>linuxaa64.efi.stub</refname>