diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml
index e11b9ffed42..8b7f5be8c46 100644
--- a/man/systemd.mount.xml
+++ b/man/systemd.mount.xml
@@ -104,19 +104,18 @@
system hierarchy, both a requirement dependency and an ordering
dependency between both units are created automatically.
- Block device backed file systems automatically gain
- BindsTo= and After= type
- dependencies on the device unit encapsulating the block
- device (see below).
+ Block device backed file systems automatically gain Requires=,
+ StopPropagatedFrom=, and After= type dependencies on the
+ device unit encapsulating the block device (see x-systemd.device-bound= for details).
+
- If traditional file system quota is enabled for a mount
- unit, automatic Wants= and
- Before= dependencies on
- systemd-quotacheck.service and
- quotaon.service are added.
+ If traditional file system quota is enabled for a mount unit, automatic
+ Wants= and Before= dependencies on
+ systemd-quotacheck.service and quotaon.service
+ are added.
- Additional implicit dependencies may be added as result of
- execution and resource control parameters as documented in
+ Additional implicit dependencies may be added as result of execution and
+ resource control parameters as documented in
systemd.exec5
and
systemd.resource-control5.