From 5148f5bf826914395fbd710075aa61994a880540 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Sun, 5 Jan 2003 19:10:43 +0000 Subject: [PATCH] Prevent a line beginning with a '.' character being interpreted as a troff macro by inserting \& (a zero-width space) before every '.' in text. --- xsl/manpages/docbook.xsl | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/xsl/manpages/docbook.xsl b/xsl/manpages/docbook.xsl index a2fe36fb3..ad831d4a5 100644 --- a/xsl/manpages/docbook.xsl +++ b/xsl/manpages/docbook.xsl @@ -421,6 +421,18 @@ + + + + + + + + + + @@ -431,8 +443,12 @@ - - + + + + + + -- 2.40.0