diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-03-26 20:58:47 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-03-26 20:58:47 +0200 |
commit | 169c4f65131fbc7bcb51e7d5487a715cdcd0e0eb (patch) | |
tree | 400a5dee783a8f9cd1a23346210fde52a68d9530 /man/systemctl.xml | |
parent | c64c338e31f6e96f20560a426dce3cda0a0cc3ab (diff) |
journalctl,loginctl: drop systemd- prefix in binary names
Let's make things a bit easier to type, drop the systemd- prefix for
journalctl and loginctl, but provide the old names for compat.
All systemd binaries are hence now prefixed with "systemd-" with the
exception of the three primary user interface binaries:
systemctl
loginctl
journalctl
For those three we do provide systemd-xyz names as well, via symlinks:
systemd-systemctl → systemctl
systemd-loginctl → loginctl
systemd-journalctl → journalctl
We do this only for the *primary* user tools, in order to avoid
unnecessary namespace problems. That means tools like systemd-notify
stay the way they are.
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index c467ed8bf7..ffe0164008 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -44,6 +44,7 @@ <refnamediv> <refname>systemctl</refname> + <refname>systemd-systemctl</refname> <refpurpose>Control the systemd system and service manager</refpurpose> </refnamediv> @@ -448,7 +449,7 @@ formatting of the journal entries that are shown. For the available choices see - <citerefentry><refentrytitle>systemd-journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>. Defaults + <citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>. Defaults to <literal>short</literal>.</para></listitem> </varlistentry> @@ -1179,8 +1180,8 @@ <para> <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>systemadm</refentrytitle><manvolnum>1</manvolnum></citerefentry>, - <citerefentry><refentrytitle>systemd-journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>, - <citerefentry><refentrytitle>systemd-loginctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>, + <citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>, + <citerefentry><refentrytitle>loginctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>, <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>7</manvolnum></citerefentry>, <citerefentry><refentrytitle>wall</refentrytitle><manvolnum>1</manvolnum></citerefentry> |