aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml')
-rw-r--r--en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml b/en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml
index da050c4242..58e81d90bf 100644
--- a/en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml
+++ b/en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml
@@ -27,7 +27,7 @@
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
- $FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml,v 1.10 2000/04/30 23:00:03 nik Exp $
+ $FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml,v 1.11 2000/06/14 19:01:53 alex Exp $
-->
<chapter id="sgml-primer">
@@ -763,7 +763,7 @@ PUBLIC "-//W3C//DTD HTML 4.0//EN" "4.0/strict.dtd"</programlisting>
conforms to (and therefore, which file on the system contains the DTD)
you can explicitly specify the name of the file.</para>
- <para>The syntax for this is slightly different;</para>
+ <para>The syntax for this is slightly different:</para>
<programlisting>
<![ CDATA [<!DOCTYPE html SYSTEM "/path/to/file.dtd">]]></programlisting>
@@ -1306,7 +1306,7 @@ PUBLIC "-//W3C//DTD HTML 4.0//EN" "4.0/strict.dtd"</programlisting>
<step>
<para>Create a new file, <filename>entities.sgml</filename>, with
- this content;</para>
+ this content:</para>
<programlisting>
<![ CDATA [<!ENTITY version "1.1">
@@ -1350,7 +1350,7 @@ PUBLIC "-//W3C//DTD HTML 4.0//EN" "4.0/strict.dtd"</programlisting>
</example>
<para>As you would expect, being an SGML construct, a marked section
- starts <literal>&lt!</literal>.</para>
+ starts with <literal>&lt!</literal>.</para>
<para>The first square bracket begins to delimit the marked
section.</para>