From: Michael Smith Date: Fri, 29 Feb 2008 08:51:42 +0000 (+0000) Subject: To create the name(s) for each man page, we now replace any spaces X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad354a8bc5d5dbd5f8c7218eb8a946541bf5afe1;p=docbook-dsssl To create the name(s) for each man page, we now replace any spaces in the refname(s) with underscores. This ensures that tools like lexgrog(1) will be able to parse the name (lexgrog won't parse names that contain spaces). --- diff --git a/xsl/manpages/refentry.xsl b/xsl/manpages/refentry.xsl index fa07eb0d6..7f09e1256 100644 --- a/xsl/manpages/refentry.xsl +++ b/xsl/manpages/refentry.xsl @@ -36,7 +36,15 @@ , - + + + + + + + + +