diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-12-12 20:53:00 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-12-14 22:41:29 +0100 |
commit | 2e772f3085202f1a9289b6976af8ae3490044056 (patch) | |
tree | 2a026227c7e0e3ed39b1d361a6972f219270b6de /man | |
parent | 5d0e48519b7160bacbfdc4d0703b2650401df588 (diff) | |
download | systemd-2e772f3085202f1a9289b6976af8ae3490044056.tar.gz systemd-2e772f3085202f1a9289b6976af8ae3490044056.tar.bz2 systemd-2e772f3085202f1a9289b6976af8ae3490044056.zip |
man: tone down the note that reboot/halt/poweroff are legacy
They may be old (or rather compatible implementations of old commands), but
they certainly are not going away. Apart from privilege escalation through
polkit, they are mostly equivalent.
Diffstat (limited to 'man')
-rw-r--r-- | man/halt.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/man/halt.xml b/man/halt.xml index 0abcdb475c..78860d94dd 100644 --- a/man/halt.xml +++ b/man/halt.xml @@ -166,8 +166,12 @@ <refsect1> <title>Notes</title> - <para>These are legacy commands available for compatibility - only.</para> + <para>These commands are implemented in a way that preserves compatiblity with + the original SysV commands. + <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry> + verbs <command>halt</command>, <command>poweroff</command>, + <command>reboot</command> provide the same functionality with some additional + features.</para> </refsect1> <refsect1> |