summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-06-04 17:22:00 +0200
committerThomas Haller <thaller@redhat.com>2020-06-11 10:53:50 +0200
commit98f3d68cbea3367c00e5d5dc00fabd7ad024edf7 (patch)
tree4cc562a9acc17fe39145db1131121a6c94b0429c /man
parent09f484ae9fec482f8db39771717acf0514b0274a (diff)
docs: unify "nm-property-infos-*.xml" and "nm-settings-docs-*.xml" (root element)
There is no need that two XML files that essentially hold similar information are fundamentally different. Make them more alike. This way, we can use the same tools that operate on either of these input files.
Diffstat (limited to 'man')
-rw-r--r--man/nm-settings-ifcfg-rh.xsl4
-rw-r--r--man/nm-settings-keyfile.xsl2
2 files changed, 3 insertions, 3 deletions
diff --git a/man/nm-settings-ifcfg-rh.xsl b/man/nm-settings-ifcfg-rh.xsl
index e14b742fe9..13f4ad6bc4 100644
--- a/man/nm-settings-ifcfg-rh.xsl
+++ b/man/nm-settings-ifcfg-rh.xsl
@@ -8,7 +8,7 @@
<!-- We need to strip whitespaces so that position() function counts correctly.
http://www.oxygenxml.com/archives/xsl-list/200305/msg00430.html -->
- <xsl:strip-space elements="nm-ifcfg-rh-docs setting" />
+ <xsl:strip-space elements="nm-setting-docs setting" />
<xsl:output
method="xml"
@@ -16,7 +16,7 @@
doctype-system="http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
/>
- <xsl:template match="nm-ifcfg-rh-docs">
+ <xsl:template match="nm-setting-docs">
<refentry id="nm-settings-ifcfg-rh">
<refentryinfo>
<title>nm-settings-ifcfg-rh</title>
diff --git a/man/nm-settings-keyfile.xsl b/man/nm-settings-keyfile.xsl
index c22bd4fc04..c70228bbc8 100644
--- a/man/nm-settings-keyfile.xsl
+++ b/man/nm-settings-keyfile.xsl
@@ -12,7 +12,7 @@
doctype-system="http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
/>
- <xsl:template match="nm-keyfile-docs">
+ <xsl:template match="nm-setting-docs">
<refentry id="nm-settings-keyfile">
<refentryinfo>
<title>nm-settings-keyfile</title>