summaryrefslogtreecommitdiff
path: root/man/systemd.mount.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-02-07 13:08:56 +0100
committerLennart Poettering <lennart@poettering.net>2017-02-08 17:20:35 +0100
commitd5cc4be28f9d678dab441e7cf332fedf47917ea5 (patch)
tree4aa1be6ea8a8f335da97c5c57491d0c1aa7a301d /man/systemd.mount.xml
parentb53ede699cdc5233041a22591f18863fb3fe2672 (diff)
downloadsystemd-d5cc4be28f9d678dab441e7cf332fedf47917ea5.tar.gz
fstab-generator: Options= applies specifier expansion
Let's document that this is the case, and properly escape % when we generate Options= in the generator. Fixes: #5086
Diffstat (limited to 'man/systemd.mount.xml')
-rw-r--r--man/systemd.mount.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml
index 2117433bf0..8d9517a913 100644
--- a/man/systemd.mount.xml
+++ b/man/systemd.mount.xml
@@ -366,9 +366,9 @@
<varlistentry>
<term><varname>Options=</varname></term>
- <listitem><para>Mount options to use when mounting. This takes
- a comma-separated list of options. This setting is
- optional.</para></listitem>
+ <listitem><para>Mount options to use when mounting. This takes a comma-separated list of options. This setting
+ is optional. Note that the usual specifier expansion is applied to this setting, literal percent characters
+ should hence be written as <literal>%%</literal>.</para></listitem>
</varlistentry>
<varlistentry>