diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-11-26 13:09:56 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-11-26 13:09:56 +0100 |
commit | fedb9a51e61b51940b1fea0d736813ebd269e9e0 (patch) | |
tree | 74f9b1477ef1088903fc5e835340b36c8319096d /man | |
parent | 845f09c86ee1bacea63d926b3e33f3a0c7c354b3 (diff) | |
parent | cc8454d522315d149d491ffd1e688849883a0ea5 (diff) |
Merge pull request #2022 from alkino/master
man: Add a not that mount unit cannot be templated
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.mount.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index a724d88584..4a8d265fed 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -88,7 +88,8 @@ configured in a unit file <filename>home-lennart.mount</filename>. For details about the escaping logic used to convert a file system path to a unit name, see - <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para> + <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>. + Note that mount units cannot be templated.</para> <para>Optionally, a mount unit may be accompanied by an automount unit, to allow on-demand or parallelized mounting. See |