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

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