Skip to content

(RHEL-81056) man: explicitly document that "reboot -f" is different from "systemctl reboot -f" #446

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
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