Merge branch 'jk/docs-docbook-monospace-display'

The documentation in the TeXinfo format was using indented output
for materials meant to be examples that are better typeset in
monospace.

* jk/docs-docbook-monospace-display:
  docs: monospace listings in docbook output
This commit is contained in:
Junio C Hamano 2012-08-27 11:55:28 -07:00
Родитель de54ef2724 c2a7f5d438
Коммит 8ebae4a552
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -36,7 +36,7 @@ ifndef::git-asciidoc-no-roff[]
# v1.72 breaks with this because it replaces dots not in roff requests. # v1.72 breaks with this because it replaces dots not in roff requests.
[listingblock] [listingblock]
<example><title>{title}</title> <example><title>{title}</title>
<literallayout> <literallayout class="monospaced">
ifdef::doctype-manpage[] ifdef::doctype-manpage[]
&#10;.ft C&#10; &#10;.ft C&#10;
endif::doctype-manpage[] endif::doctype-manpage[]
@ -53,7 +53,7 @@ ifdef::doctype-manpage[]
# The following two small workarounds insert a simple paragraph after screen # The following two small workarounds insert a simple paragraph after screen
[listingblock] [listingblock]
<example><title>{title}</title> <example><title>{title}</title>
<literallayout> <literallayout class="monospaced">
| |
</literallayout><simpara></simpara> </literallayout><simpara></simpara>
{title#}</example> {title#}</example>

Просмотреть файл

@ -14,7 +14,7 @@ ifdef::backend-docbook[]
# "unbreak" docbook-xsl v1.68 for manpages. v1.69 works with or without this. # "unbreak" docbook-xsl v1.68 for manpages. v1.69 works with or without this.
[listingblock] [listingblock]
<example><title>{title}</title> <example><title>{title}</title>
<literallayout> <literallayout class="monospaced">
| |
</literallayout> </literallayout>
{title#}</example> {title#}</example>