From 69edf228370ba4527ab1a1de4d029e439da676c4 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 29 Jun 2005 09:57:39 +0000 Subject: [PATCH] Removed unnecessary additional linebreak that was getting added after each varlistentry. Also, in a couple places that needed it, added check for *info/title (instead of just title). Also, added support of processing title or *info/title on Refsynopsisdiv (still falls back to gentext SYNOPSIS title if no hard-coded title found. --- xsl/manpages/lists.xsl | 1 - xsl/manpages/other.xsl | 2 +- xsl/manpages/refentry.xsl | 27 ++++++++++++++++----------- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/xsl/manpages/lists.xsl b/xsl/manpages/lists.xsl index 4510d11c3..a1a5469c7 100644 --- a/xsl/manpages/lists.xsl +++ b/xsl/manpages/lists.xsl @@ -79,7 +79,6 @@ - diff --git a/xsl/manpages/other.xsl b/xsl/manpages/other.xsl index 449910b93..a6d19cd26 100644 --- a/xsl/manpages/other.xsl +++ b/xsl/manpages/other.xsl @@ -100,7 +100,7 @@ - .\" disable hypenation + .\" disable hyphenation .nh diff --git a/xsl/manpages/refentry.xsl b/xsl/manpages/refentry.xsl index 3c102313b..257cd05ea 100644 --- a/xsl/manpages/refentry.xsl +++ b/xsl/manpages/refentry.xsl @@ -48,13 +48,7 @@ .SH " - - - - - - - + " @@ -64,7 +58,10 @@ .SH " - + " @@ -74,7 +71,10 @@ .SS " - + " @@ -114,8 +114,13 @@ - - + + -- 2.40.0