diff options
author | Faalagorn <faalagorn@gmail.com> | 2018-02-07 19:10:41 +0100 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2018-02-07 10:10:41 -0800 |
commit | 6d5bd102300d5eb28aaf0d9683b43389f41ec6b8 (patch) | |
tree | ca7acfed06d9ec39032254b3c6d4055bafcbe2bc /man/systemd.special.xml | |
parent | core: use id unit when retrieving unit file state (#8038) (diff) | |
download | systemd-6d5bd102300d5eb28aaf0d9683b43389f41ec6b8.tar.gz systemd-6d5bd102300d5eb28aaf0d9683b43389f41ec6b8.tar.bz2 systemd-6d5bd102300d5eb28aaf0d9683b43389f41ec6b8.zip |
man: "reboot" to "power off" in poweroff.target (#8124)
Changed "reboot" to "power off" in poweroff.target description. It was most likely copied and pasted from the reboot.target below, compare with e.g. halt.target
Diffstat (limited to 'man/systemd.special.xml')
-rw-r--r-- | man/systemd.special.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.special.xml b/man/systemd.special.xml index 2810d6f52..4f29a24c2 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -483,7 +483,7 @@ <para>A special target unit for shutting down and powering off the system.</para> - <para>Applications wanting to reboot the system should not start this unit + <para>Applications wanting to power off the system should not start this unit directly, but should instead execute <command>systemctl poweroff</command> (possibly with the <option>--no-block</option> option) or call <citerefentry><refentrytitle>systemd-logind</refentrytitle><manvolnum>8</manvolnum></citerefentry>'s |