You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by er...@apache.org on 2004/01/06 05:25:44 UTC

cvs commit: httpd-2.0/docs/manual/style/man manpage.xsl

erikabele    2004/01/05 20:25:44

  Modified:    docs/manual/style/man Tag: APACHE_2_0_BRANCH manpage.xsl
  Log:
  Update Copyright to 2004 and backport latest changes (r1.5 HEAD).
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.5   +3 -6      httpd-2.0/docs/manual/style/man/manpage.xsl
  
  Index: manpage.xsl
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/man/manpage.xsl,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -r1.1.2.4 -r1.1.2.5
  --- manpage.xsl	29 Apr 2003 23:15:24 -0000	1.1.2.4
  +++ manpage.xsl	6 Jan 2004 04:25:44 -0000	1.1.2.5
  @@ -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
  @@ -257,10 +257,9 @@
   <!-- ==================================================================== -->
   <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 />
  @@ -322,9 +321,7 @@
   <!-- ==================================================================== -->
   <xsl:template match="dl">
   &lf;
  -<xsl:text>.RS</xsl:text>&lf;
   <xsl:apply-templates />&lf;
  -<xsl:text>.RE</xsl:text>&lf;
   </xsl:template>