summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLukáš Nykrýn <lnykryn@redhat.com>2016-06-19 19:22:46 +0200
committerEvgeny Vereshchagin <evvers@ya.ru>2016-06-19 20:22:46 +0300
commitff74d2058152d0a9ed82346c16ec30b6694cbfa5 (patch)
treee5e3c79a2a8098cc6e6fba3551b1dec213fd1ece /man
parent222953e87f34545a3f9c6d3c18216e222bf6ea94 (diff)
man: match runlevel symlinks recommendation with our makefile (#3563)
In makefile we create symlinks runlevel5.target to graphical.target and runlevel2-4.target to multi-user.target. Let's say the same thing in systemd.special manpage.
Diffstat (limited to 'man')
-rw-r--r--man/systemd.special.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.special.xml b/man/systemd.special.xml
index 26974ed73f..19ca6d6837 100644
--- a/man/systemd.special.xml
+++ b/man/systemd.special.xml
@@ -497,8 +497,8 @@
<para>These are targets that are called whenever the SysV
compatibility code asks for runlevel 2, 3, 4, 5,
respectively. It is a good idea to make this an alias for
- (i.e. symlink to) <filename>multi-user.target</filename>
- (for runlevel 2) or <filename>graphical.target</filename>
+ (i.e. symlink to) <filename>graphical.target</filename>
+ (for runlevel 5) or <filename>multi-user.target</filename>
(the others).</para>
</listitem>
</varlistentry>