diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-04-29 17:48:07 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-04-29 18:06:12 +0200 |
commit | f4bf8d2f45b02c26234219d07bfd3a41290cc84e (patch) | |
tree | 6e8548e5f076e336998da48ea33183933a20c1b2 /man/systemd.swap.xml | |
parent | a837f0880362c190254619ebbb8bad20603211f4 (diff) | |
download | systemd-f4bf8d2f45b02c26234219d07bfd3a41290cc84e.tar.gz systemd-f4bf8d2f45b02c26234219d07bfd3a41290cc84e.tar.bz2 systemd-f4bf8d2f45b02c26234219d07bfd3a41290cc84e.zip |
man: document that some unit types do not support unit aliases via symlinks
Diffstat (limited to 'man/systemd.swap.xml')
-rw-r--r-- | man/systemd.swap.xml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/man/systemd.swap.xml b/man/systemd.swap.xml index 6fc4c7bf13..cf4e1ba839 100644 --- a/man/systemd.swap.xml +++ b/man/systemd.swap.xml @@ -78,13 +78,12 @@ which configure resource control settings for these processes of the unit.</para> - <para>Swap units must be named after the devices - or files they control. Example: the swap device - <filename noindex='true'>/dev/sda5</filename> must be configured in a - unit file <filename>dev-sda5.swap</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> + <para>Swap units must be named after the devices or files they control. Example: the swap device <filename + noindex='true'>/dev/sda5</filename> must be configured in a unit file <filename>dev-sda5.swap</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>. Note that swap + units cannot be templated, nor is possible to add multiple names to a swap unit by creating additional symlinks to + it.</para> </refsect1> <refsect1> |