]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - man/systemd.link.xml
man: more hyperlinks and other fixes
[thirdparty/systemd.git] / man / systemd.link.xml
index 62578f48e468a3165a9bcb692ab4eaaba1c7b02e..04b424b910b6636e6f37afb6387dc6e48ad43970 100644 (file)
@@ -40,8 +40,8 @@
     <filename>/etc/systemd/network</filename>. All configuration files are collectively sorted and
     processed in alphanumeric order, regardless of the directories in which they live. However, files
     with identical filenames replace each other. It is recommended that each filename is prefixed with
-    a number (e.g. <filename>10-eth0.link</filename>). Otherwise, the default
-    <filename>.link</filename> files or those generated by
+    a number smaller than <literal>70</literal> (e.g. <filename>10-eth0.link</filename>). Otherwise, the
+    default <filename>.link</filename> files or those generated by
     <citerefentry><refentrytitle>systemd-network-generator.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
     may take precedence over user configured files. Files in <filename>/etc/</filename> have the
     highest priority, files in <filename>/run/</filename> take precedence over files with the same name
@@ -1306,9 +1306,9 @@ $ sudo ip link set eth0 down
 $ sudo udevadm trigger --verbose --settle --action add /sys/class/net/eth0</programlisting>
 
       <para>You may also need to stop the service that manages the network interface, e.g.
-      <filename>systemd-networkd.service</filename> or <filename>NetworkManager.service</filename> before
-      the above operation, and then restart the service after that. For more details about
-      <command>udevadm</command> command, see
+      <citerefentry><refentrytitle>systemd-networkd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
+      or <filename>NetworkManager.service</filename> before the above operation, and then restart the service
+      after that. For more details about <command>udevadm</command> command, see
       <citerefentry><refentrytitle>udevadm</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
     </example>