diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-08-19 19:10:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-19 19:10:30 +0200 |
commit | a457bd26cc8b1a20fdfca39e3f57a079aaf97940 (patch) | |
tree | 1cf396516f0217dff1583657180fb13572e8d995 /man/systemctl.xml | |
parent | dc9710ae23a82c8353d016d410a4cca02f14f6b5 (diff) | |
parent | f16517151310b88591f3501a59e23ae2a79e7f02 (diff) |
Merge pull request #3955 from keszybz/fix-preset-all
Fix preset-all
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 9762fd0450..fde4f4f3bb 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -1092,7 +1092,8 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service enabled and disabled, or only enabled, or only disabled.</para> <para>If the unit carries no install information, it will be silently ignored - by this command.</para> + by this command. <replaceable>NAME</replaceable> must be the real unit name, + any alias names are ignored silently.</para> <para>For more information on the preset policy format, see <citerefentry><refentrytitle>systemd.preset</refentrytitle><manvolnum>5</manvolnum></citerefentry>. |