diff --git a/man/repart.d.xml b/man/repart.d.xml
index 8be41db0ec..87d04d0e93 100644
--- a/man/repart.d.xml
+++ b/man/repart.d.xml
@@ -837,8 +837,10 @@
partition should be mounted. The second field specifies extra mount options to append to the default
mount options. These fields correspond to the second and fourth column of the
fstab5
- format. This setting may be specified multiple times to mount the partition multiple times. This can
- be used to add mounts for different
+ format. As a colon is used for separating fields, each field needs to be quoted when it contains
+ colons. E.g. MountPoint="/path/with:colon":"zstd:1,noatime,lazytime"
+ This setting may be specified multiple times to mount the partition multiple times. This can be used
+ to add mounts for different
btrfs8
subvolumes located on the same btrfs partition.