File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ifndef::git-asciidoc-no-roff[]
36
36
# v1.72 breaks with this because it replaces dots not in roff requests.
37
37
[listingblock]
38
38
<example><title>{title}</title>
39
- <literallayout>
39
+ <literallayout class="monospaced" >
40
40
ifdef::doctype-manpage[]
41
41
.ft C
42
42
endif::doctype-manpage[]
@@ -53,7 +53,7 @@ ifdef::doctype-manpage[]
53
53
# The following two small workarounds insert a simple paragraph after screen
54
54
[listingblock]
55
55
<example><title>{title}</title>
56
- <literallayout>
56
+ <literallayout class="monospaced" >
57
57
|
58
58
</literallayout><simpara></simpara>
59
59
{title#}</example>
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ifdef::backend-docbook[]
14
14
# "unbreak" docbook-xsl v1.68 for manpages. v1.69 works with or without this.
15
15
[listingblock]
16
16
<example><title>{title}</title>
17
- <literallayout>
17
+ <literallayout class="monospaced" >
18
18
|
19
19
</literallayout>
20
20
{title#}</example>
You can’t perform that action at this time.
0 commit comments