diff options
author | Oliver Harley <oliver.r.harley+github@gmail.com> | 2019-05-26 07:31:29 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-05-26 16:00:17 +0900 |
commit | 2fc1afca5917b9ef4fe293fe6fd75615ca364a5d (patch) | |
tree | 9969904c188039931b1ae522459b39b1d3652d9b /man/systemd-mount.xml | |
parent | cf36eb9cfe15c15d4eb33ec4476cfcc17d364e9f (diff) | |
download | systemd-2fc1afca5917b9ef4fe293fe6fd75615ca364a5d.tar.gz |
--bind-device does not take a bool
See https://github.com/systemd/systemd/blob/e95be7def26c6c5feaf08a4135aa4f50c53263a8/src/mount/mount-tool.c#L164
Also makes the man page consistent with the `--help` option
Diffstat (limited to 'man/systemd-mount.xml')
-rw-r--r-- | man/systemd-mount.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemd-mount.xml b/man/systemd-mount.xml index e557ee80a1..4a7c33f558 100644 --- a/man/systemd-mount.xml +++ b/man/systemd-mount.xml @@ -211,11 +211,11 @@ </varlistentry> <varlistentry> - <term><option>--bind-device=</option></term> + <term><option>--bind-device</option></term> - <listitem><para>Takes a boolean argument, defaults to off. 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 enabled, the - automount point will be removed automatically when the backing device vanishes. If disabled the automount point + <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 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> |