]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix links to man pages 26377/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 9 Feb 2023 13:30:43 +0000 (14:30 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 9 Feb 2023 13:30:43 +0000 (14:30 +0100)
Done using linkchecker as usual.

man/loader.conf.xml
man/sd_bus_message_new_signal.xml
man/systemd-pcrphase.service.xml
man/systemd.system-credentials.xml
man/ukify.xml

index c6cc4ffe37f213ffb0ab9fe210e51c76f9f0ad14..b002227032531762525ed3cc7c3f0a0d819d9f86 100644 (file)
@@ -294,7 +294,7 @@ cat MicCorUEFCA2011_2011-06-27.esl >>db.esl
 
 # Optionally add Microsoft Corporation KEK CA 2011. Recommended if either of the
 # Microsoft keys is used as the official UEFI revocation database is signed with this
-# key. The revocation database can be updated with <citerefentry><refentrytitle>fwupdmgr</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
+# key. The revocation database can be updated with <citerefentry project='man-pages'><refentrytitle>fwupdmgr</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
 cat MicCorKEKCA2011_2011-06-24.esl >>KEK.esl
 
 attr=NON_VOLATILE,RUNTIME_ACCESS,BOOTSERVICE_ACCESS,TIME_BASED_AUTHENTICATED_WRITE_ACCESS
index 0c4f6e3a35b9fd35dbfeba9ae48dba59f4cc2d29..3f138899bd188fa63186f943792a15c529d103a8 100644 (file)
     </para>
 
     <para><function>sd_bus_message_new_signal_to()</function> is a shorthand for creating a new bus message
-    to a specific destination. It's behavior is similar to calling <function>sd_bus_message_new_signal()</function>
-    followed by calling <citerefentry><refentrytitle>sd_bus_message_set_destination()</refentrytitle><manvolnum>3</manvolnum></citerefentry>.</para>
+    to a specific destination. It's behavior is similar to calling
+    <function>sd_bus_message_new_signal()</function> followed by calling
+    <citerefentry><refentrytitle>sd_bus_message_set_destination</refentrytitle><manvolnum>3</manvolnum></citerefentry>.
+    </para>
   </refsect1>
 
   <refsect1>
index f9dd5615aa070bccb4b31b5d3b0380e1c528a7e8..643dbe60cebef250ae55537fae7b2bff14109106 100644 (file)
 
     <para><filename>systemd-pcrfs-root.service</filename> and <filename>systemd-pcrfs@.service</filename> are
     automatically pulled into the initial transaction by
-    <citerefentry><refentrytitle>systemd-gpt-generator</refentrytitle><manvolnum>8</manvolnum></citerefentry>
+    <citerefentry><refentrytitle>systemd-gpt-auto-generator</refentrytitle><manvolnum>8</manvolnum></citerefentry>
     for the root and <filename>/var/</filename> file
     systems. <citerefentry><refentrytitle>systemd-fstab-generator</refentrytitle><manvolnum>8</manvolnum></citerefentry>
     will do this for all mounts with the <option>x-systemd.pcrfs</option> mount option in
       <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
       <citerefentry><refentrytitle>systemd-stub</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
       <citerefentry><refentrytitle>systemd-measure</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
-      <citerefentry><refentrytitle>systemd-gpt-generator</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
+      <citerefentry><refentrytitle>systemd-gpt-auto-generator</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
       <citerefentry><refentrytitle>systemd-fstab-generator</refentrytitle><manvolnum>8</manvolnum></citerefentry>
     </para>
   </refsect1>
index a73aef9ed009a3fb52259fe62c40e687ee899ae6..b473a580a6794dfa027878bcd24d99a246b12f2d 100644 (file)
         <term><varname>login.issue</varname></term>
         <listitem>
           <para>The data of this credential is written to
-          <filename>/etc/issue.d/50-provision.conf</filename>, if the file doesn't exist
-          yet. <citerefentry><refentrytitle>agetty</refentrytitle><manvolnum>8</manvolnum></citerefentry>
-          reads this file and shows its contents at the login prompt of terminal logins. See <citerefentry
-          project='man-pages'><refentrytitle>issue</refentrytitle><manvolnum>5</manvolnum></citerefentry> for
-          details.</para>
+          <filename>/etc/issue.d/50-provision.conf</filename>, if the file doesn't exist yet.
+          <citerefentry project='man-pages'><refentrytitle>agetty</refentrytitle><manvolnum>8</manvolnum></citerefentry>
+          reads this file and shows its contents at the login prompt of terminal logins. See
+          <citerefentry project='man-pages'><refentrytitle>issue</refentrytitle><manvolnum>5</manvolnum></citerefentry>
+          for details.</para>
 
           <para>Consumed by <filename>/usr/lib/tmpfiles.d/provision.conf</filename>, see
           <citerefentry><refentrytitle>tmpfiles.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
         <term><varname>login.motd</varname></term>
         <listitem>
           <para>The data of this credential is written to <filename>/etc/motd.d/50-provision.conf</filename>,
-          if the file doesn't exist
-          yet. <citerefentry><refentrytitle>pam_motd</refentrytitle><manvolnum>8</manvolnum></citerefentry>
+          if the file doesn't exist yet.
+          <citerefentry project='man-pages'><refentrytitle>pam_motd</refentrytitle><manvolnum>8</manvolnum></citerefentry>
           reads this file and shows its contents as "message of the day" during terminal logins. See
-          <citerefentry
-          project='man-pages'><refentrytitle>motd</refentrytitle><manvolnum>5</manvolnum></citerefentry> for
-          details.</para>
+          <citerefentry project='man-pages'><refentrytitle>motd</refentrytitle><manvolnum>5</manvolnum></citerefentry>
+          for details.</para>
 
           <para>Consumed by <filename>/usr/lib/tmpfiles.d/provision.conf</filename>, see
           <citerefentry><refentrytitle>tmpfiles.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
         <term><varname>network.hosts</varname></term>
         <listitem>
           <para>The data of this credential is written to <filename>/etc/hosts</filename>, if the file
-          doesn't exist yet. See <citerefentry
-          project='man-pages'><refentrytitle>hosts</refentrytitle><manvolnum>5</manvolnum></citerefentry> for
-          details.</para>
+          doesn't exist yet. See
+          <citerefentry project='man-pages'><refentrytitle>hosts</refentrytitle><manvolnum>5</manvolnum></citerefentry>
+          for details.</para>
 
           <para>Consumed by <filename>/usr/lib/tmpfiles.d/provision.conf</filename>, see
           <citerefentry><refentrytitle>tmpfiles.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
index a6818cca0f5cd389da1a3d91c3b647c65f5df8c4..d79fff55357aa53242d64f16d68563c5ae9b7262 100644 (file)
 
         <listitem><para>An "engine" to for signing of the resulting binary. This option is currently passed
         verbatim to the <option>--engine=</option> option of
-        <citerefentry><refentrytitle>sbsign</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
+        <citerefentry project='archlinux'><refentrytitle>sbsign</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
         </para></listitem>
       </varlistentry>