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-Tag: release/1.79.1~6^2~4964 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a08de563fae76ead51e266096ba7fe45604cabff;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 @@ - - + + + + + +