From a684c42ccdc0550f07150e51f9438f868b6c9487 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 26 Feb 2008 10:09:01 +0000 Subject: [PATCH] Changed backend handling for generating titles for SH sections and for cross-references to those sections. This should have no effect on TTY output (behavior should remain the same hopefully) but results in titles in normal case (instead of uppercase) in PS output. --- xsl/manpages/refentry.xsl | 158 +++++++++++++++++++++++++------------- 1 file changed, 103 insertions(+), 55 deletions(-) diff --git a/xsl/manpages/refentry.xsl b/xsl/manpages/refentry.xsl index 15d59b987..7f42d2f4f 100644 --- a/xsl/manpages/refentry.xsl +++ b/xsl/manpages/refentry.xsl @@ -24,7 +24,7 @@ .SH " - + " @@ -64,23 +64,23 @@ - - .SH " - - " - + + + + + - + - - .SH " - - " - + + + + + @@ -92,7 +92,6 @@ |refsectioninfo/title |refsect1info/title |title)[1]/node()"/> - .SS " @@ -176,16 +175,30 @@ - - + mode="subheading.markup"> - - + |refsectioninfo/title + |refsect1info/title + |title)[1]"/> + + + + + + + + + + + + + + @@ -194,48 +207,72 @@ - - + |refentry/refsection/title + |refsynopsisdiv/title" + mode="endterm"> + + - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + @@ -247,10 +284,21 @@ - - - + + + + + \c + + .SH-xref + " + + \c" + + \& + + -- 2.40.0