Blame SOURCES/0038-fix-document-check-config-option.patch

136e2c
From a40742ebfa9daf8f08713f3c7b7737ff7582f238 Mon Sep 17 00:00:00 2001
136e2c
From: Eric Garver <eric@garver.life>
136e2c
Date: Wed, 1 May 2019 08:27:14 -0400
136e2c
Subject: [PATCH 38/73] fix: document --check-config option
136e2c
136e2c
Somehow it was not in the man pages.
136e2c
136e2c
Fixes: b071536beb7e ("firewall-cmd: add --check-config option")
136e2c
Fixes: 749e64b74cff ("firewall-offline-cmd: add --check-config option")
136e2c
(cherry picked from commit 52356f49567c7026d1845805b8a65e0e05dee991)
136e2c
(cherry picked from commit 4125f3e4de0afae42f98175fefe89ebd8df2fb67)
136e2c
---
136e2c
 doc/xml/firewall-cmd.xml.in      | 10 ++++++++++
136e2c
 doc/xml/firewall-offline-cmd.xml | 10 ++++++++++
136e2c
 2 files changed, 20 insertions(+)
136e2c
136e2c
diff --git a/doc/xml/firewall-cmd.xml.in b/doc/xml/firewall-cmd.xml.in
136e2c
index 18d176fef239..5f25661b4a0e 100644
136e2c
--- a/doc/xml/firewall-cmd.xml.in
136e2c
+++ b/doc/xml/firewall-cmd.xml.in
136e2c
@@ -165,6 +165,16 @@
136e2c
 	    </para>
136e2c
 	  </listitem>
136e2c
 	</varlistentry>
136e2c
+
136e2c
+    <varlistentry>
136e2c
+      <term><option>--check-config</option></term>
136e2c
+      <listitem>
136e2c
+        <para>
136e2c
+          Run checks on the permanent configuration. This includes XML validity
136e2c
+          and semantics.
136e2c
+        </para>
136e2c
+      </listitem>
136e2c
+    </varlistentry>
136e2c
       </variablelist>
136e2c
     </refsect2>
136e2c
 
136e2c
diff --git a/doc/xml/firewall-offline-cmd.xml b/doc/xml/firewall-offline-cmd.xml
136e2c
index 1ca0acf00a09..d66f45abb753 100644
136e2c
--- a/doc/xml/firewall-offline-cmd.xml
136e2c
+++ b/doc/xml/firewall-offline-cmd.xml
136e2c
@@ -133,6 +133,16 @@
136e2c
 	    </para>
136e2c
 	  </listitem>
136e2c
 	</varlistentry>
136e2c
+
136e2c
+    <varlistentry>
136e2c
+      <term><option>--check-config</option></term>
136e2c
+      <listitem>
136e2c
+        <para>
136e2c
+          Run checks on the permanent configuration. This includes XML validity
136e2c
+          and semantics.
136e2c
+        </para>
136e2c
+      </listitem>
136e2c
+    </varlistentry>
136e2c
       </variablelist>
136e2c
     </refsect2>
136e2c
 
136e2c
-- 
136e2c
2.20.1
136e2c