summaryrefslogtreecommitdiff
path: root/man/custom-man.xsl
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2014-04-27 12:02:08 +0200
committerMichael Biebl <biebl@debian.org>2014-04-27 12:02:08 +0200
commit14228c0ddf1fe80e2ed0193f0cd1cdb06e5db522 (patch)
tree00e1b58a9518cce9c231598a66be3ac322f484d1 /man/custom-man.xsl
parent663996b3bb3cdaa81ac830674fdda00e28a2485b (diff)
downloadsystemd-14228c0ddf1fe80e2ed0193f0cd1cdb06e5db522.tar.gz
Imported Upstream version 208
Diffstat (limited to 'man/custom-man.xsl')
-rw-r--r--man/custom-man.xsl9
1 files changed, 9 insertions, 0 deletions
diff --git a/man/custom-man.xsl b/man/custom-man.xsl
index 753e5715e3..e1b8d3618a 100644
--- a/man/custom-man.xsl
+++ b/man/custom-man.xsl
@@ -52,4 +52,13 @@
<xsl:call-template name="mark.subheading"/>
</xsl:template>
+<xsl:template match="literal">
+ <xsl:if test="$man.hyphenate.computer.inlines = 0">
+ <xsl:call-template name="suppress.hyphenation"/>
+ </xsl:if>
+ <xsl:text>"</xsl:text>
+ <xsl:call-template name="inline.monoseq"/>
+ <xsl:text>"</xsl:text>
+</xsl:template>
+
</xsl:stylesheet>