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