Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions man/halt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,12 @@
<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. If specified, the command does not contact the init
system. In most cases, filesystems are not properly unmounted before shutdown. For example, the
command <command>reboot -f</command> is mostly equivalent to <command>systemctl reboot -ff</command>,
instead of <command>systemctl reboot -f</command>.</para>
</listitem>
</varlistentry>

<varlistentry>
Expand Down
Loading