diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-02-08 17:14:58 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-02-08 17:20:35 +0100 |
commit | 19d0833bead317dc099c10b472c23e665ff76cfd (patch) | |
tree | bce4751badc20f0a9c3c7eee64edd7ed402f8aba /man/systemd.swap.xml | |
parent | d5cc4be28f9d678dab441e7cf332fedf47917ea5 (diff) | |
download | systemd-19d0833bead317dc099c10b472c23e665ff76cfd.tar.gz systemd-19d0833bead317dc099c10b472c23e665ff76cfd.tar.bz2 systemd-19d0833bead317dc099c10b472c23e665ff76cfd.zip |
fstab-generator: also convert % → %% for What=
Same reasons as the previous patch.
Diffstat (limited to 'man/systemd.swap.xml')
-rw-r--r-- | man/systemd.swap.xml | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/man/systemd.swap.xml b/man/systemd.swap.xml index 7f82d69725..d2c2027228 100644 --- a/man/systemd.swap.xml +++ b/man/systemd.swap.xml @@ -170,17 +170,15 @@ <varlistentry> <term><varname>What=</varname></term> - <listitem><para>Takes an absolute path of a device node or - file to use for paging. See - <citerefentry project='man-pages'><refentrytitle>swapon</refentrytitle><manvolnum>8</manvolnum></citerefentry> - for details. If this refers to a device node, a dependency on - the respective device unit is automatically created. (See - <citerefentry><refentrytitle>systemd.device</refentrytitle><manvolnum>5</manvolnum></citerefentry> - for more information.) If this refers to a file, a dependency - on the respective mount unit is automatically created. (See - <citerefentry><refentrytitle>systemd.mount</refentrytitle><manvolnum>5</manvolnum></citerefentry> - for more information.) This option is - mandatory.</para></listitem> + <listitem><para>Takes an absolute path of a device node or file to use for paging. See <citerefentry + project='man-pages'><refentrytitle>swapon</refentrytitle><manvolnum>8</manvolnum></citerefentry> for + details. If this refers to a device node, a dependency on the respective device unit is automatically + created. (See + <citerefentry><refentrytitle>systemd.device</refentrytitle><manvolnum>5</manvolnum></citerefentry> for more + information.) If this refers to a file, a dependency on the respective mount unit is automatically + created. (See <citerefentry><refentrytitle>systemd.mount</refentrytitle><manvolnum>5</manvolnum></citerefentry> + for more information.) This option is mandatory. 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> |