summaryrefslogtreecommitdiff
path: root/man/systemd-mount.xml
diff options
context:
space:
mode:
Diffstat (limited to 'man/systemd-mount.xml')
-rw-r--r--man/systemd-mount.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/systemd-mount.xml b/man/systemd-mount.xml
index 68654f43a6..f3910ca3f7 100644
--- a/man/systemd-mount.xml
+++ b/man/systemd-mount.xml
@@ -256,8 +256,9 @@
<listitem><para>Stop the mount and automount units corresponding to the specified mount points
<replaceable>WHERE</replaceable> or the devices <replaceable>WHAT</replaceable>.
<command>systemd-mount</command> with this option or <command>systemd-umount</command> can take multiple arguments
- which can be path, device, or <filename>/etc/fstab</filename> style node name, like
- <command>systemd-mount --umount /path/to/umount /dev/sda1 UUID=xxxxxx-xxxx LABEL=xxxxx</command>.
+ which can be mount points, devices, <filename>/etc/fstab</filename> style node names, or backing files
+ corresponding to loop devices, like
+ <command>systemd-mount --umount /path/to/umount /dev/sda1 UUID=xxxxxx-xxxx LABEL=xxxxx /path/to/disk.img</command>.
</para>
</listitem>
</varlistentry>