]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: explicitly document that "reboot -f" is different from "systemctl reboot -f"
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 16 Sep 2022 16:25:44 +0000 (01:25 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 16 Sep 2022 20:15:36 +0000 (05:15 +0900)
Closes #24696.

man/halt.xml

index 7ab21c148fbb56aae87252cb49c82454c5f06ae2..6d272f7daf7c109b56df8cfc8e60663c8ba0bf15 100644 (file)
         <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, 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>