summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorFranck Bui <fbui@suse.com>2019-09-24 09:16:49 +0200
committerFranck Bui <fbui@suse.com>2019-09-24 19:05:00 +0200
commitfaf205de3ba9a11b0ba17682123d7f3fedc7da24 (patch)
treeb0064208fb4ff430c93832a9c60800100f237f23 /man
parentb49e14d5f3081dfcd363d8199a14c0924ae9152f (diff)
downloadsystemd-faf205de3ba9a11b0ba17682123d7f3fedc7da24.tar.gz
man: alias names can't be used with enable command
Diffstat (limited to 'man')
-rw-r--r--man/systemd.unit.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index d812108d3c..409cf9e2c0 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -137,10 +137,10 @@
a symlink, so when <command>systemd</command> is asked through D-Bus to load
<filename>dbus-org.freedesktop.network1.service</filename>, it'll load
<filename>systemd-networkd.service</filename>. Alias names may be used in commands like
- <command>enable</command>, <command>disable</command>, <command>start</command>, <command>stop</command>,
- <command>status</command>, and similar, and in all unit dependency directives, including
- <varname>Wants=</varname>, <varname>Requires=</varname>, <varname>Before=</varname>,
- <varname>After=</varname>. Aliases cannot be used with the <command>preset</command> command.</para>
+ <command>disable</command>, <command>start</command>, <command>stop</command>, <command>status</command>,
+ and similar, and in all unit dependency directives, including <varname>Wants=</varname>,
+ <varname>Requires=</varname>, <varname>Before=</varname>, <varname>After=</varname>. Aliases cannot be
+ used with the <command>preset</command> command.</para>
<para>Unit files may specify aliases through the <varname>Alias=</varname> directive in the [Install]
section. When the unit is enabled, symlinks will be created for those names, and removed when the unit is