summaryrefslogtreecommitdiff
path: root/man/systemd.mount.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-01-13 11:23:14 +0100
committerLennart Poettering <lennart@poettering.net>2020-01-13 11:24:35 +0100
commitf9951b0cf0e5ed4f0c544f28f8acc85a54772d98 (patch)
tree9dfb164e920790ddc8e91b74a0cb4eabeb367f6a /man/systemd.mount.xml
parent151a7133cd069b4813b702420867cc6c584e23f2 (diff)
downloadsystemd-f9951b0cf0e5ed4f0c544f28f8acc85a54772d98.tar.gz
man: we support bind mounting regular files too
Let's be precise here: we accept non-directories here too, even though we create things as directories if we find the Where= not to exist.
Diffstat (limited to 'man/systemd.mount.xml')
-rw-r--r--man/systemd.mount.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml
index 1adcba28e2..fe8a6f00ce 100644
--- a/man/systemd.mount.xml
+++ b/man/systemd.mount.xml
@@ -436,12 +436,10 @@
<varlistentry>
<term><varname>Where=</varname></term>
- <listitem><para>Takes an absolute path of a directory for the
- mount point; in particular, the destination cannot be a symbolic
- link. If the mount point does not exist at the time of
- mounting, it is created. This string must be reflected in the
- unit filename. (See above.) This option is
- mandatory.</para></listitem>
+ <listitem><para>Takes an absolute path of a file or directory for the mount point; in particular, the
+ destination cannot be a symbolic link. If the mount point does not exist at the time of mounting, it
+ is created as directory. This string must be reflected in the unit filename. (See above.) This option
+ is mandatory.</para></listitem>
</varlistentry>
<varlistentry>