]> granicus.if.org Git - apache/commitdiff
- use .SS not .Sh for subheadings, and don't capitalize them
authorJoe Orton <jorton@apache.org>
Tue, 25 Nov 2003 13:36:31 +0000 (13:36 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 25 Nov 2003 13:36:31 +0000 (13:36 +0000)
- don't indent <dl> lists

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101882 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/man/manpage.xsl

index 54f0430fef2b7679b6b1509fbd0e1c42a69db94e..383fffd2a5f6f8d48df084b400699b4dcd74d610 100644 (file)
 <!-- ==================================================================== -->
 <xsl:template match="section/section">
 &lf;
-<xsl:text>.Sh "</xsl:text>
+<xsl:text>.SS "</xsl:text>
     <xsl:call-template name="filter.escape">
-        <xsl:with-param name="text"
-            select="normalize-space(translate(title, $lowercase, $uppercase))"/>
+        <xsl:with-param name="text" select="normalize-space(title)"/>
     </xsl:call-template>
 <xsl:text>"</xsl:text>&lf;
 <xsl:apply-templates />
 <!-- ==================================================================== -->
 <xsl:template match="dl">
 &lf;
-<xsl:text>.RS</xsl:text>&lf;
 <xsl:apply-templates />&lf;
-<xsl:text>.RE</xsl:text>&lf;
 </xsl:template>