diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml
index 8f102b16cf..0aec58fc81 100644
--- a/man/systemd.netdev.xml
+++ b/man/systemd.netdev.xml
@@ -456,24 +456,14 @@
EgressQOSMaps=
-
- Defines a mapping of Linux internal packet priority (SO_PRIORITY) to VLAN header
- PCP field for outgoing frames. Takes a whitespace-separated list of unsigned integer pairs in the format
- from-to, e.g., 21-7 45-5 ranges 1…4294967294.
- Note that from must be greater than or equal to to. When unset,
- the kernel's default will be used.
-
-
-
-
IngressQOSMaps=
- Defines a mapping of Linux internal packet priority (SO_PRIORITY) to VLAN header
- PCP field for incoming frames. Takes a whitespace-separated list of unsigned integer pairs in the format
- from-to, e.g., 21-7 45-5 ranges 1…4294967294.
- Note that from must be greater than or equal to to. When unset,
- the kernel's default will be used.
-
+ Defines a mapping of Linux internal packet priority (SO_PRIORITY)
+ to VLAN header PCP field for outgoing and incoming frames, respectively. Takes a
+ whitespace-separated list of integer pairs, where each integer must be in the range
+ 1…4294967294, in the format from-to, e.g.,
+ 21-7 45-5. Note that from must be greater than or equal
+ to to. When unset, the kernel's default will be used.