]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/systemd-mount: Clearify documentation about --bind-device
authorUwe Kleine-König <uwe@kleine-koenig.org>
Wed, 5 Apr 2023 16:23:40 +0000 (18:23 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 7 Apr 2023 14:33:46 +0000 (16:33 +0200)
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.

man/systemd-mount.xml

index 1cde3ab00cd6fe0c0d247a722ed1ab91fe5a9ce2..e25d5c435e95a29166bb85692339870c39f68d47 100644 (file)
 
         <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>