From: Joe Orton Date: Sun, 5 Jan 2003 19:10:43 +0000 (+0000) Subject: Prevent a line beginning with a '.' character being interpreted as a X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5148f5bf826914395fbd710075aa61994a880540;p=docbook-dsssl Prevent a line beginning with a '.' character being interpreted as a troff macro by inserting \& (a zero-width space) before every '.' in text. --- 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 @@ - - + + + + + +