diff --git a/man/systemd.link.xml b/man/systemd.link.xml
index 1cbb061d3d..7594c4996e 100644
--- a/man/systemd.link.xml
+++ b/man/systemd.link.xml
@@ -113,52 +113,55 @@
Host=
- Matches against the hostname or machine
- ID of the host. See ConditionHost= in
+ Matches against the hostname or machine ID of the host. See ConditionHost= in
systemd.unit5
- for details.
+ for details. When prefixed with an exclamation mark (!), the result is negated.
+ If an empty string is assigned, then previously assigned value is cleared.
+
Virtualization=
- Checks whether the system is executed in
- a virtualized environment and optionally test
- whether it is a specific implementation. See
- ConditionVirtualization= in
+ Checks whether the system is executed in a virtualized environment and optionally test
+ whether it is a specific implementation. See ConditionVirtualization= in
systemd.unit5
- for details.
+ for details. When prefixed with an exclamation mark (!), the result is negated.
+ If an empty string is assigned, then previously assigned value is cleared.
+
KernelCommandLine=
- Checks whether a specific kernel command line option
- is set (or if prefixed with the exclamation mark unset). See
+ Checks whether a specific kernel command line option is set. See
ConditionKernelCommandLine= in
systemd.unit5
- for details.
+ for details. When prefixed with an exclamation mark (!), the result is negated.
+ If an empty string is assigned, then previously assigned value is cleared.
+
+
+
+
+ KernelVersion=
+
+ Checks whether the kernel version (as reported by uname -r) matches a certain
+ expression. See ConditionKernelVersion= in
+ systemd.unit5 for
+ details. When prefixed with an exclamation mark (!), the result is negated.
+ If an empty string is assigned, then previously assigned value is cleared.
+
-
- KernelVersion=
-
- Checks whether the kernel version (as reported by uname -r) matches a certain
- expression (or if prefixed with the exclamation mark does not match it). See
- ConditionKernelVersion= in
- systemd.unit5 for
- details.
-
-
-
Architecture=
- Checks whether the system is running on a specific
- architecture. See ConditionArchitecture=
- in
+ Checks whether the system is running on a specific architecture. See
+ ConditionArchitecture= in
systemd.unit5
- for details.
+ for details. When prefixed with an exclamation mark (!), the result is negated.
+ If an empty string is assigned, then previously assigned value is cleared.
+
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml
index 72fa7d4de3..c361f070be 100644
--- a/man/systemd.netdev.xml
+++ b/man/systemd.netdev.xml
@@ -190,53 +190,55 @@
Host=
- Matches against the hostname or machine ID of the
- host. See ConditionHost= in
+ Matches against the hostname or machine ID of the host. See
+ ConditionHost= in
systemd.unit5
- for details.
+ for details. When prefixed with an exclamation mark (!), the result is negated.
+ If an empty string is assigned, then previously assigned value is cleared.
Virtualization=
- Checks whether the system is executed in a virtualized
- environment and optionally test whether it is a specific
- implementation. See
- ConditionVirtualization= in
+ Checks whether the system is executed in a virtualized environment and optionally test
+ whether it is a specific implementation. See ConditionVirtualization= in
systemd.unit5
- for details.
+ for details. When prefixed with an exclamation mark (!), the result is negated.
+ If an empty string is assigned, then previously assigned value is cleared.
KernelCommandLine=
- Checks whether a specific kernel command line option
- is set (or if prefixed with the exclamation mark unset). See
+ Checks whether a specific kernel command line option is set. See
ConditionKernelCommandLine= in
systemd.unit5
- for details.
+ for details. When prefixed with an exclamation mark (!), the result is negated.
+ If an empty string is assigned, then previously assigned value is cleared.
KernelVersion=
- Checks whether the kernel version (as reported by uname -r) matches a certain
- expression (or if prefixed with the exclamation mark does not match it). See
- ConditionKernelVersion= in
- systemd.unit5 for details.
+ Checks whether the kernel version (as reported by uname -r) matches a
+ certain expression. See ConditionKernelVersion= in
+ systemd.unit5
+ for details. When prefixed with an exclamation mark (!), the result is negated.
+ If an empty string is assigned, then previously assigned value is cleared.
Architecture=
- Checks whether the system is running on a specific
- architecture. See ConditionArchitecture= in
+ Checks whether the system is running on a specific architecture. See
+ ConditionArchitecture= in
systemd.unit5
- for details.
+ for details. When prefixed with an exclamation mark (!), the result is negated.
+ If an empty string is assigned, then previously assigned value is cleared.
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 268ae22d91..4127084703 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -137,53 +137,55 @@
Host=
- Matches against the hostname or machine ID of the
- host. See ConditionHost= in
+ Matches against the hostname or machine ID of the host. See
+ ConditionHost= in
systemd.unit5
- for details.
+ for details. When prefixed with an exclamation mark (!), the result is negated.
+ If an empty string is assigned, then previously assigned value is cleared.
Virtualization=
- Checks whether the system is executed in a virtualized
- environment and optionally test whether it is a specific
- implementation. See ConditionVirtualization= in
+ Checks whether the system is executed in a virtualized environment and optionally test
+ whether it is a specific implementation. See ConditionVirtualization= in
systemd.unit5
- for details.
+ for details. When prefixed with an exclamation mark (!), the result is negated.
+ If an empty string is assigned, then previously assigned value is cleared.
KernelCommandLine=
- Checks whether a specific kernel command line option is
- set (or if prefixed with the exclamation mark unset). See
+ Checks whether a specific kernel command line option is set. See
ConditionKernelCommandLine= in
systemd.unit5
- for details.
+ for details. When prefixed with an exclamation mark (!), the result is negated.
+ If an empty string is assigned, then previously assigned value is cleared.
KernelVersion=
- Checks whether the kernel version (as reported by uname -r) matches a certain
- expression (or if prefixed with the exclamation mark does not match it). See
- ConditionKernelVersion= in
- systemd.unit5 for
- details.
+ Checks whether the kernel version (as reported by uname -r) matches a
+ certain expression. See ConditionKernelVersion= in
+ systemd.unit5
+ for details. When prefixed with an exclamation mark (!), the result is negated.
+ If an empty string is assigned, then previously assigned value is cleared.
Architecture=
- Checks whether the system is running on a specific
- architecture. See ConditionArchitecture= in
+ Checks whether the system is running on a specific architecture. See
+ ConditionArchitecture= in
systemd.unit5
- for details.
+ for details. When prefixed with an exclamation mark (!), the result is negated.
+ If an empty string is assigned, then previously assigned value is cleared.