Fix the contents of <programlisting> elements. Translators, please note

that althought these are whitespace changes, they are also content
that should be included in translated versions.
This commit is contained in:
Warren Block 2012-02-09 01:07:42 +00:00
parent d13cd9eac7
commit 8e007d7fe1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38426

View file

@ -383,7 +383,7 @@
<title><filename>.profile</filename>, for &man.sh.1; and
&man.bash.1; Users</title>
<programlisting>SGML_ROOT=/usr/local/share/sgml
<programlisting>SGML_ROOT=/usr/local/share/sgml
SGML_CATALOG_FILES=${SGML_ROOT}/jade/catalog
SGML_CATALOG_FILES=${SGML_ROOT}/docbook/4.1/catalog:$SGML_CATALOG_FILES
SGML_CATALOG_FILES=${SGML_ROOT}/html/catalog:$SGML_CATALOG_FILES
@ -420,17 +420,17 @@ setenv SGML_CATALOG_FILES /usr/doc/en_US.ISO8859-1/share/sgml/catalog:$SGML_CATA
<programlisting><![ CDATA [<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<head>
<title>An Example HTML File</title>
</head>
<body>
<body>
<p>This is a paragraph containing some text.</p>
<p>This paragraph contains some more text.</p>
<p align="right">This paragraph might be right-justified.</p>
</body>
</body>
</html>]]></programlisting>
</step>
@ -1096,24 +1096,24 @@ onsgmls:example.sgml:6:8:E: end tag for "HEAD" which is not finished</screen>
<programlisting><![ CDATA [<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY version "1.1">
]>
]>
<html>
<head>
<head>
<title>An Example HTML File</title>
</head>
<!-- You might well have some comments in here as well -->
<body>
<body>
<p>This is a paragraph containing some text.</p>
<p>This paragraph contains some more text.</p>
<p align="right">This paragraph might be right-justified.</p>
<p>The current version of this document is: &version;</p>
</body>
<p>The current version of this document is: &version;</p>
</body>
</html>]]></programlisting>
</step>
@ -1581,7 +1581,7 @@ onsgmls:example.sgml:6:8:E: end tag for "HEAD" which is not finished</screen>
Section</title>
<programlisting>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN" [
&lt;!ENTITY % electronic.copy "INCLUDE">
&lt;!ENTITY % electronic.copy "INCLUDE">
]]&gt;
...
@ -1620,7 +1620,7 @@ onsgmls:example.sgml:6:8:E: end tag for "HEAD" which is not finished</screen>
&lt;title>An example using marked sections&lt;/title>
&lt;/head>
&lt;body>
&lt;body>
&lt;p>This paragraph &lt;![ CDATA [contains many &lt;
characters (&lt; &lt; &lt; &lt; &lt;) so it is easier
to wrap it in a CDATA marked section.]]&gt;&lt;/p>
@ -1635,7 +1635,7 @@ onsgmls:example.sgml:6:8:E: end tag for "HEAD" which is not finished</screen>
might not.&lt;/p>
&lt;p>Its appearance is controlled by the <![CDATA[%text.output]]>
parameter entity.&lt;/p>
parameter entity.&lt;/p>
]]&gt;
&lt;/body>
&lt;/html></programlisting>