man pages: properly ident lists
authorAlexander Bokovoy <ab@samba.org>
Fri, 6 Oct 2017 19:52:36 +0000 (22:52 +0300)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 14 Oct 2017 09:31:07 +0000 (11:31 +0200)
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

docs-xml/xslt/man.xsl

index d9cc1def72c4e6268b3fda59647cc16da92ac68d..e252b56d5e5c3f2599f4eb0a2c39d0f705ed508c 100644 (file)
@@ -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>