man: fix description of --force in halt(8) (#7392)

https://bugzilla.redhat.com/show_bug.cgi?id=1449751
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-11-20 14:27:46 +01:00 committed by Lennart Poettering
parent 4ff183d419
commit 5d9adb5b60
1 changed files with 7 additions and 2 deletions

View File

@ -114,8 +114,13 @@
<term><option>-f</option></term>
<term><option>--force</option></term>
<listitem><para>Force immediate halt, power-off, reboot. Do
not contact the init system.</para></listitem>
<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>
</varlistentry>
<varlistentry>