From 7dbf78c90eee6290a3948a28c8afc05501065ca0 Mon Sep 17 00:00:00 2001
From: Michael Smith <xmldoc@users.sourceforge.net>
Date: Mon, 13 Aug 2007 11:13:37 +0000
Subject: [PATCH] Made italic handling of

---
 xsl/manpages/synop.xsl | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/xsl/manpages/synop.xsl b/xsl/manpages/synop.xsl
index 080ce1421..ccc494f6f 100644
--- a/xsl/manpages/synop.xsl
+++ b/xsl/manpages/synop.xsl
@@ -29,11 +29,8 @@
   <xsl:value-of select="$snum"/>
   <xsl:text>)</xsl:text>
   <xsl:text>&#x2580;</xsl:text>
-  <xsl:variable name="synopfragmentref">
-    <FragRefContents><xsl:value-of select="normalize-space(.)"/></FragRefContents>
-  </xsl:variable>
   <xsl:call-template name="italic">
-    <xsl:with-param name="node" select="exsl:node-set($synopfragmentref)"/>
+    <xsl:with-param name="node" select="exsl:node-set(normalize-space(.))"/>
     <xsl:with-param name="context" select="."/>
   </xsl:call-template>
 </xsl:template>
-- 
2.40.0