diff options
Diffstat (limited to 'man/systemd.link.xml')
-rw-r--r-- | man/systemd.link.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.link.xml b/man/systemd.link.xml index 34b56df937..4650b8f852 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -47,9 +47,9 @@ <para>Along with the link file <filename>foo.link</filename>, a "drop-in" directory <filename>foo.link.d/</filename> may exist. All files with the suffix <literal>.conf</literal> - from this directory will be parsed after the file itself is parsed. This is useful to alter or add - configuration settings, without having to modify the main configuration file. Each drop-in file - must have appropriate section headers.</para> + from this directory will be merged in the alphanumeric order and parsed after the main file itself + has been parsed. This is useful to alter or add configuration settings, without having to modify + the main configuration file. Each drop-in file must have appropriate section headers.</para> <para>In addition to <filename>/etc/systemd/network</filename>, drop-in <literal>.d</literal> directories can be placed in <filename>/usr/lib/systemd/network</filename> or |