diff --git a/man/systemd.link.xml b/man/systemd.link.xml
index d9b1879c59..b630ef7a17 100644
--- a/man/systemd.link.xml
+++ b/man/systemd.link.xml
@@ -68,11 +68,10 @@
in /etc have the highest priority, files in
/run take precedence over files with the same
name in /usr/lib. This can be used to
- override a system-supplied link file with a local file if needed;
- a symlink in /etc with the same name as a
- link file in /usr/lib, pointing to
- /dev/null, disables the link file
- entirely.
+ override a system-supplied link file with a local file if needed.
+ As a special case, an empty file (file size 0) or symlink with the
+ same name pointing to /dev/null, disable the
+ configuration file entirely (it is "masked").
The link file contains a [Match] section,
which determines if a given link file may be applied to a given
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 @@
/run take precedence over files with the same
name in /usr/lib. This can be used to
override a system-supplied configuration file with a local file if
- needed; a symlink in /etc with the same name
- as a configuration file in /usr/lib, pointing
- to /dev/null, disables the configuration file
- entirely.
-
+ needed. As a special case, an empty file (file size 0) or symlink
+ with the same name pointing to /dev/null,
+ disable the configuration file entirely (it is "masked").
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index fbb0bef5c2..5be1102894 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -76,11 +76,9 @@
/run take precedence over files with the same
name in /usr/lib. This can be used to
override a system-supplied configuration file with a local file if
- needed; a symlink in /etc with the same name
- as a configuration file in /usr/lib, pointing
- to /dev/null, disables the configuration file
- entirely.
-
+ needed. As a special case, an empty file (file size 0) or symlink
+ with the same name pointing to /dev/null,
+ disable the configuration file entirely (it is "masked").