summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorUwe Kleine-König <uwe@kleine-koenig.org>2023-04-05 18:23:40 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-04-07 16:33:46 +0200
commit381ccb424643acd8bf99e5db16ad96b64996e4e9 (patch)
tree370f107360f3eb62a5ab1e4794145339bc3387ab /man
parent3267fc3885e02b2671e263a66c6cbd5e9e1e2a64 (diff)
downloadsystemd-381ccb424643acd8bf99e5db16ad96b64996e4e9.tar.gz
man/systemd-mount: Clearify documentation about --bind-device
The documentation suggests that the mount point (i.e. the directory where the device is mounted) is removed when the device vanishes. However only stopping of the automount unit is implemented. So adapt the documentation to reality.
Diffstat (limited to 'man')
-rw-r--r--man/systemd-mount.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-mount.xml b/man/systemd-mount.xml
index 1cde3ab00c..e25d5c435e 100644
--- a/man/systemd-mount.xml
+++ b/man/systemd-mount.xml
@@ -227,7 +227,7 @@
<listitem><para>This option only has an effect in automount mode,
and controls whether the automount unit shall be bound to the backing device's lifetime. If set, the
- automount point will be removed automatically when the backing device vanishes. By default the automount point
+ automount unit will be stopped automatically when the backing device vanishes. By default the automount unit
stays around, and subsequent accesses will block until backing device is replugged. This option has no effect
in case of non-device mounts, such as network or virtual file system mounts.</para>