summaryrefslogtreecommitdiff
path: root/man/systemd.netdev.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-05-20 15:55:06 +0900
committerLennart Poettering <lennart@poettering.net>2021-05-20 21:20:51 +0200
commite6655fbe40a9774c8250c1ae8e1c1677aadb98a6 (patch)
treef37712f10cd587c43480ed1d52c31c0b51e7c54d /man/systemd.netdev.xml
parentf144f6faa9e71d859a91aa86f9c7543d203904d4 (diff)
downloadsystemd-e6655fbe40a9774c8250c1ae8e1c1677aadb98a6.tar.gz
man: mention that drop-in files are merged in alphanumeric order
This addresses the request in https://github.com/systemd/systemd/issues/19467#issuecomment-829332877.
Diffstat (limited to 'man/systemd.netdev.xml')
-rw-r--r--man/systemd.netdev.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml
index d93ee8bb30..11442f2b82 100644
--- a/man/systemd.netdev.xml
+++ b/man/systemd.netdev.xml
@@ -52,9 +52,9 @@
<para>Along with the netdev file <filename>foo.netdev</filename>, a "drop-in" directory
<filename>foo.netdev.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