Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit61c84b4

Browse files
committed
Fix display of <command> elements on man pages
We had changed this from the default bold to monospace for all outputformats, but for man pages, this creates visual inconsistencies, sorevert to the default for man pages.
1 parent809e7e2 commit61c84b4

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

‎doc/src/sgml/stylesheet-common.xsl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@
4242

4343
<!-- Change display of some elements-->
4444

45-
<xsl:templatematch="command">
46-
<xsl:call-templatename="inline.monoseq"/>
47-
</xsl:template>
48-
4945
<xsl:templatematch="productname">
5046
<xsl:call-templatename="inline.charseq"/>
5147
</xsl:template>

‎doc/src/sgml/stylesheet-fo.xsl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,10 @@
66
<xsl:importhref="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
77
<xsl:includehref="stylesheet-common.xsl" />
88

9+
<!-- Change display of some elements-->
10+
11+
<xsl:templatematch="command">
12+
<xsl:call-templatename="inline.monoseq"/>
13+
</xsl:template>
14+
915
</xsl:stylesheet>

‎doc/src/sgml/stylesheet-hh.xsl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
<xsl:paramname="chunk.quietly"select="1"></xsl:param>
2121

2222

23+
<!-- Change display of some elements-->
24+
25+
<xsl:templatematch="command">
26+
<xsl:call-templatename="inline.monoseq"/>
27+
</xsl:template>
28+
2329
<!--
2430
Format multiple terms in varlistentry vertically, instead
2531
of comma-separated.

‎doc/src/sgml/stylesheet.xsl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
<xsl:paramname="chunk.quietly"select="1"></xsl:param>
2121

2222

23+
<!-- Change display of some elements-->
24+
25+
<xsl:templatematch="command">
26+
<xsl:call-templatename="inline.monoseq"/>
27+
</xsl:template>
28+
2329
<!--
2430
Format multiple terms in varlistentry vertically, instead
2531
of comma-separated.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp