diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index 986505e29f..44eb51c83a 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -783,8 +783,8 @@
Conflicts=
A space-separated list of unit names. Configures negative requirement
- dependencies. If a unit has a Conflicts= setting on another unit, starting the
- former will stop the latter and vice versa.
+ dependencies. If a unit has a Conflicts= requirement on a set of other units,
+ then starting it will stop all of them and starting any of them will stop it.
Note that this setting does not imply an ordering dependency, similarly to the
Wants= and Requires= dependencies described above. This means