diff options
Diffstat (limited to 'man/nm-settings.xsl')
-rw-r--r-- | man/nm-settings.xsl | 33 |
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"> |