summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2017-03-10 21:02:09 +0100
committerLubomir Rintel <lkundrak@v3.sk>2017-03-17 10:15:11 +0100
commit96042c41f89778be16f71b3baee8f3421ddb8725 (patch)
treed0da38d697b311a5dd59f088d6d7bcd6ada4ca3d
parenta1c5f43501958a2546c4da8fbab9224215d44973 (diff)
downloadNetworkManager-96042c41f89778be16f71b3baee8f3421ddb8725.tar.gz
man: include the description for settings
-rw-r--r--man/nm-settings.xsl33
1 files changed, 18 insertions, 15 deletions
diff --git a/man/nm-settings.xsl b/man/nm-settings.xsl
index 733d08aa62..36fb82885f 100644
--- a/man/nm-settings.xsl
+++ b/man/nm-settings.xsl
@@ -126,22 +126,25 @@
</xsl:template>
<xsl:template match="setting">
- <table>
+ <refsect2>
<title><xsl:value-of select="@name"/> setting</title>
- <tgroup cols="4">
- <thead>
- <row>
- <entry>Key Name</entry>
- <entry>Value Type</entry>
- <entry>Default Value</entry>
- <entry>Value Description</entry>
- </row>
- </thead>
- <tbody>
- <xsl:apply-templates/>
- </tbody>
- </tgroup>
- </table>
+ <para><xsl:value-of select="@description"/>.</para>
+ <informaltable>
+ <tgroup cols="4">
+ <thead>
+ <row>
+ <entry>Key Name</entry>
+ <entry>Value Type</entry>
+ <entry>Default Value</entry>
+ <entry>Value Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <xsl:apply-templates/>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect2>
</xsl:template>
<xsl:template match="property">