From: Yu Watanabe Date: Fri, 16 Sep 2022 16:25:44 +0000 (+0900) Subject: man: explicitly document that "reboot -f" is different from "systemctl reboot -f" X-Git-Tag: v252-rc1~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb19517490104553907bb0b118cd2005d6e379cc;p=thirdparty%2Fsystemd.git man: explicitly document that "reboot -f" is different from "systemctl reboot -f" Closes #24696. --- diff --git a/man/halt.xml b/man/halt.xml index 7ab21c148fb..6d272f7daf7 100644 --- a/man/halt.xml +++ b/man/halt.xml @@ -84,8 +84,12 @@ - Force immediate halt, power-off, reboot. Do - not contact the init system. + + 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 reboot -f is mostly equivalent to systemctl reboot -ff, + instead of systemctl reboot -f. +