Blame SOURCES/0588-man-fix-description-of-force-in-halt-8-7392.patch
|
|
ecbff1 |
From fa011f2b4e6339f6672835712cb7b281e0603207 Mon Sep 17 00:00:00 2001
|
|
|
ecbff1 |
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
|
|
|
ecbff1 |
Date: Mon, 20 Nov 2017 14:27:46 +0100
|
|
|
ecbff1 |
Subject: [PATCH] man: fix description of --force in halt(8) (#7392)
|
|
|
ecbff1 |
|
|
|
ecbff1 |
https://bugzilla.redhat.com/show_bug.cgi?id=1449751
|
|
|
ecbff1 |
(cherry picked from commit 5d9adb5b60b815b477ba9e6b19ef0fd7e1854a38)
|
|
|
ecbff1 |
|
|
|
ecbff1 |
Resolves: #1515130
|
|
|
ecbff1 |
---
|
|
|
ecbff1 |
man/halt.xml | 9 +++++++--
|
|
|
ecbff1 |
1 file changed, 7 insertions(+), 2 deletions(-)
|
|
|
ecbff1 |
|
|
|
ecbff1 |
diff --git a/man/halt.xml b/man/halt.xml
|
|
|
ecbff1 |
index a06dbd009..d0fc25c20 100644
|
|
|
ecbff1 |
--- a/man/halt.xml
|
|
|
ecbff1 |
+++ b/man/halt.xml
|
|
|
ecbff1 |
@@ -112,8 +112,13 @@
|
|
|
ecbff1 |
<term><option>-f</option></term>
|
|
|
ecbff1 |
<term><option>--force</option></term>
|
|
|
ecbff1 |
|
|
|
ecbff1 |
- <listitem><para>Force immediate halt, power-off, reboot. Do
|
|
|
ecbff1 |
- not contact the init system.</para></listitem>
|
|
|
ecbff1 |
+ <listitem><para>Force immediate halt, power-off, or reboot. When
|
|
|
ecbff1 |
+ specified once, this results in an immediate but clean shutdown
|
|
|
ecbff1 |
+ by the system manager. When specified twice, this results in an
|
|
|
ecbff1 |
+ immediate shutdown without contacting the system manager. See the
|
|
|
ecbff1 |
+ description of <option>--force</option> in
|
|
|
ecbff1 |
+ <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
|
|
|
ecbff1 |
+ for more details.</para></listitem>
|
|
|
ecbff1 |
</varlistentry>
|
|
|
ecbff1 |
|
|
|
ecbff1 |
<varlistentry>
|