From 5d9adb5b60b815b477ba9e6b19ef0fd7e1854a38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 20 Nov 2017 14:27:46 +0100 Subject: [PATCH] man: fix description of --force in halt(8) (#7392) https://bugzilla.redhat.com/show_bug.cgi?id=1449751 --- man/halt.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/man/halt.xml b/man/halt.xml index 3ba151f927..0abcdb475c 100644 --- a/man/halt.xml +++ b/man/halt.xml @@ -114,8 +114,13 @@ - Force immediate halt, power-off, reboot. Do - not contact the init system. + 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 in + systemctl1 + for more details.