diff --git a/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.sgml b/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.sgml index 008828865c..23507d0137 100644 --- a/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.sgml +++ b/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.sgml @@ -383,7 +383,7 @@ <filename>.profile</filename>, for &man.sh.1; and &man.bash.1; Users - SGML_ROOT=/usr/local/share/sgml + 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 - + An Example HTML File - +

This is a paragraph containing some text.

This paragraph contains some more text.

This paragraph might be right-justified.

- + ]]>
@@ -1096,24 +1096,24 @@ onsgmls:example.sgml:6:8:E: end tag for "HEAD" which is not finished -]> +]> - + An Example HTML File - - + +

This is a paragraph containing some text.

This paragraph contains some more text.

This paragraph might be right-justified.

-

The current version of this document is: &version;

- +

The current version of this document is: &version;

+ ]]>
@@ -1581,7 +1581,7 @@ onsgmls:example.sgml:6:8:E: end tag for "HEAD" which is not finished Section <!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 <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 might not.</p> <p>Its appearance is controlled by the - parameter entity.</p> + parameter entity.</p> ]]> </body> </html>