summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2017-10-06 22:52:36 +0300
committerAndrew Bartlett <abartlet@samba.org>2017-10-14 11:31:07 +0200
commit7d47f75be460977894ca11b2ecc1e74e08ffb9f3 (patch)
tree2fbf57b188e704a07918747bb0487dc2bd16c2b9 /docs-xml
parent543c0af4767f5be723594b87d078357e1e04f02e (diff)
downloadsamba-7d47f75be460977894ca11b2ecc1e74e08ffb9f3.tar.gz
man pages: properly ident lists
It took me some time (original bug was filed in 2013!) but now lists in smb.conf.5 are properly idented. BUG: https://bugzilla.samba.org/show_bug.cgi?id=9613 Signed-Off-By: Alexander Bokovoy <ab@samba.org> Reviewed-By: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sat Oct 14 11:31:07 CEST 2017 on sn-devel-144
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/xslt/man.xsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs-xml/xslt/man.xsl b/docs-xml/xslt/man.xsl
index d9cc1def72c..e252b56d5e5 100644
--- a/docs-xml/xslt/man.xsl
+++ b/docs-xml/xslt/man.xsl
@@ -43,6 +43,7 @@
<!-- * content (if any) before getting the list items -->
<xsl:apply-templates
select="*[not(self::listitem) and not(self::title)]"/>
+ <xsl:text>&#10;.RS&#10;</xsl:text>
<xsl:apply-templates select="listitem"/>
<xsl:if test="(parent::para or parent::listitem) or following-sibling::node()">
<xsl:text>.sp&#10;</xsl:text>