diff options
author | Ludwig Nussel <ludwig.nussel@suse.de> | 2022-02-15 11:49:26 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-02-15 14:58:03 +0100 |
commit | 4e076fc8852614823789c75a0487bf24de3fe9ec (patch) | |
tree | 992ca8e617d391b13ce3e6c13998eab05c05a001 /man | |
parent | ec00453b1c3399abf47cc8a51c9f048d304c5a42 (diff) | |
download | systemd-4e076fc8852614823789c75a0487bf24de3fe9ec.tar.gz |
Revert "man: fix description of --force in halt(8) (#7392)"
This reverts commit 5d9adb5b60b815b477ba9e6b19ef0fd7e1854a38.
Diffstat (limited to 'man')
-rw-r--r-- | man/halt.xml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/man/halt.xml b/man/halt.xml index 4b3beb80b7..7ab21c148f 100644 --- a/man/halt.xml +++ b/man/halt.xml @@ -84,13 +84,8 @@ <term><option>-f</option></term> <term><option>--force</option></term> - <listitem><para>Force immediate halt, power-off, or reboot. When - specified once, this results in an immediate but clean shutdown - by the system manager. When specified twice, this results in an - immediate shutdown without contacting the system manager. See the - description of <option>--force</option> in - <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry> - for more details.</para></listitem> + <listitem><para>Force immediate halt, power-off, reboot. Do + not contact the init system.</para></listitem> </varlistentry> <varlistentry> |