diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-07-25 13:03:44 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-07-25 13:08:21 -0400 |
commit | 57e27ec0ada6775d85a5201cd25e989d92d0a1af (patch) | |
tree | aa3c5ed0375b926501b758df0be0a0178738cc45 /man/systemd.netdev.xml | |
parent | 3460810e8c61986a4605ad80c9e4805eb95cb5a1 (diff) |
man: describe masking of .network files better
This should clear up some confusion in
https://github.com/systemd/systemd/issues/717.
This basically copies the description from systemd.unit to this
man page. Masking can happen also in /run, so strike the part
about /etc, and also add the magic work "mask".
Diffstat (limited to 'man/systemd.netdev.xml')
-rw-r--r-- | man/systemd.netdev.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 7e92d1d99c..3ef1420758 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -80,11 +80,9 @@ <filename>/run</filename> take precedence over files with the same name in <filename>/usr/lib</filename>. This can be used to override a system-supplied configuration file with a local file if - needed; a symlink in <filename>/etc</filename> with the same name - as a configuration file in <filename>/usr/lib</filename>, pointing - to <filename>/dev/null</filename>, disables the configuration file - entirely.</para> - + needed. As a special case, an empty file (file size 0) or symlink + with the same name pointing to <filename>/dev/null</filename>, + disable the configuration file entirely (it is "masked").</para> </refsect1> <refsect1> |