From ce34b9725d7ffe4518bd7551119d24f52d440487 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 26 Feb 2008 11:51:32 +0000 Subject: [PATCH] corrected a regression I introduced about a year ago that caused dots to be output just as "\." -- instead needs to be "\&." (which is what it will be now, after this change) --- xsl/manpages/other.xsl | 2 +- xsl/manpages/utility.xsl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xsl/manpages/other.xsl b/xsl/manpages/other.xsl index 034a6df0b..47e99733a 100644 --- a/xsl/manpages/other.xsl +++ b/xsl/manpages/other.xsl @@ -230,7 +230,7 @@ db:manvolnum . - \. + \&. diff --git a/xsl/manpages/utility.xsl b/xsl/manpages/utility.xsl index d3ba029ad..355ea2c09 100644 --- a/xsl/manpages/utility.xsl +++ b/xsl/manpages/utility.xsl @@ -146,7 +146,7 @@ - + -- 2.40.0