diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-09-04 21:41:54 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-09-04 21:42:52 +0200 |
commit | a4390b6be8869172ccdd16fef208803fc6c7a114 (patch) | |
tree | ef7b1acc4cd45b61df2aa64bab5f666656c3c8eb /man | |
parent | 782c2652920821fe6b7d5710911630b55f5efcec (diff) |
man: make it more clear that the concepts systemctl(1) manage are introduced in systemd(1)
Based on a suggestion of Ken Coar.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemctl.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 2818bcb999..b28a3b7e8a 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -60,10 +60,12 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <refsect1> <title>Description</title> - <para><command>systemctl</command> may be used to - introspect and control the state of the + <para><command>systemctl</command> may be used to introspect and + control the state of the <literal>systemd</literal> system and + service manager. Please refer to <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry> - system and service manager.</para> + for an introduction into the basic concepts and functionality this + tool manages.</para> </refsect1> <refsect1> |