]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: mention that network files should be prefixed with number smaller than 70
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 2 Nov 2023 05:18:16 +0000 (14:18 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 3 Nov 2023 02:42:19 +0000 (11:42 +0900)
man/systemd.link.xml
man/systemd.netdev.xml
man/systemd.network.xml

index 62578f48e468a3165a9bcb692ab4eaaba1c7b02e..b75dc7fcd4b7bf942b55a6aced3ca4049f0a501a 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
index 3f1b18b2af7eae1966612a0f24193f0c13cad983..2d3e575a8bd11293c5bcb173d5ba28afd3dc9731 100644 (file)
@@ -46,8 +46,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-vlan.netdev</filename>). Otherwise, <filename>.netdev</filename> files
-    generated by
+    a number smaller than <literal>70</literal> (e.g. <filename>10-vlan.netdev</filename>). Otherwise,
+    <filename>.netdev</filename> files 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
index 02039b494254f7e31f431938dab86a04b748ad8b..3eadad37391e1068922628fe6e2be02fed3d4794 100644 (file)
@@ -44,8 +44,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.network</filename>). Otherwise, the default
-    <filename>.network</filename> files or those generated by
+    a number smaller than <literal>70</literal> (e.g. <filename>10-eth0.network</filename>). Otherwise, the
+    default <filename>.network</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 under