From 2156a29ff2f5507775c653fb98362e2dfd784482 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 5 Jul 2005 00:22:21 +0000 Subject: [PATCH] Added trademark/productname template. This template causes true Unicode characters to be output for the "copyright" and "registered" symbols (which be default then get replaced by the apply-string-subst-map template). It outputs the string "(TM)" for trademark (because roff "\(tm" output is not good) and "(SM)" for servicemark. --- xsl/manpages/inline.xsl | 46 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 43 insertions(+), 3 deletions(-) diff --git a/xsl/manpages/inline.xsl b/xsl/manpages/inline.xsl index 6727dc772..eec18bb9a 100644 --- a/xsl/manpages/inline.xsl +++ b/xsl/manpages/inline.xsl @@ -59,9 +59,9 @@ - - - + + + @@ -77,4 +77,44 @@ + + + + + + + + + © + + + ® + + + + (SM) + + + + + + + + + + + + + + + + + (TM) + + + + + + + -- 2.40.0