]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update Copyright to 2004 and backport latest changes (r1.5 HEAD).
authorErik Abele <erikabele@apache.org>
Tue, 6 Jan 2004 04:25:44 +0000 (04:25 +0000)
committerErik Abele <erikabele@apache.org>
Tue, 6 Jan 2004 04:25:44 +0000 (04:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102198 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/man/manpage.xsl

index 54f0430fef2b7679b6b1509fbd0e1c42a69db94e..0383a19962c5c5826a1a2a7fc808d266a6a4a676 100644 (file)
@@ -2,7 +2,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2003 The Apache Software Foundation.  All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
 <!-- ==================================================================== -->
 <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>