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:
parent
d13cd9eac7
commit
8e007d7fe1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38426
1 changed files with 13 additions and 13 deletions
|
@ -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><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN" [
|
||||
<!ENTITY % electronic.copy "INCLUDE">
|
||||
<!ENTITY % electronic.copy "INCLUDE">
|
||||
]]>
|
||||
|
||||
...
|
||||
|
@ -1620,7 +1620,7 @@ onsgmls:example.sgml:6:8:E: end tag for "HEAD" which is not finished</screen>
|
|||
<title>An example using marked sections</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body>
|
||||
<p>This paragraph <![ CDATA [contains many <
|
||||
characters (< < < < <) so it is easier
|
||||
to wrap it in a CDATA marked section.]]></p>
|
||||
|
@ -1635,7 +1635,7 @@ onsgmls:example.sgml:6:8:E: end tag for "HEAD" which is not finished</screen>
|
|||
might not.</p>
|
||||
|
||||
<p>Its appearance is controlled by the <![CDATA[%text.output]]>
|
||||
parameter entity.</p>
|
||||
parameter entity.</p>
|
||||
]]>
|
||||
</body>
|
||||
</html></programlisting>
|
||||
|
|
Loading…
Reference in a new issue