diff options
author | Nik Clayton <nik@FreeBSD.org> | 1999-06-03 19:48:57 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 1999-06-03 19:48:57 +0000 |
commit | 74a2787fa043494eda832e09640d81f0d8d4bb8b (patch) | |
tree | 67ca34f14f58e73228e4f75b56f553a17f9d6f04 /en_US.ISO_8859-1/books/fdp-primer/sgml-markup/chapter.sgml | |
parent | 20113d331c2437e7dd64f60d61fcaa477e8115a9 (diff) | |
download | doc-74a2787fa043494eda832e09640d81f0d8d4bb8b.tar.gz doc-74a2787fa043494eda832e09640d81f0d8d4bb8b.zip |
List v3.1 of the DTD in the examples.
Notes
Notes:
svn path=/head/; revision=5016
Diffstat (limited to 'en_US.ISO_8859-1/books/fdp-primer/sgml-markup/chapter.sgml')
-rw-r--r-- | en_US.ISO_8859-1/books/fdp-primer/sgml-markup/chapter.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en_US.ISO_8859-1/books/fdp-primer/sgml-markup/chapter.sgml b/en_US.ISO_8859-1/books/fdp-primer/sgml-markup/chapter.sgml index e749463375..6ab0086a0b 100644 --- a/en_US.ISO_8859-1/books/fdp-primer/sgml-markup/chapter.sgml +++ b/en_US.ISO_8859-1/books/fdp-primer/sgml-markup/chapter.sgml @@ -732,7 +732,7 @@ PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"</programlisting> is;</para> <programlisting> -PUBLIC "-//FreeBSD//DTD DocBook V3.0-Based Extension//EN"</programlisting> +PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN"</programlisting> </sect2> <sect2> @@ -1516,7 +1516,7 @@ This is the file called 'foo2'</screen> <para>Therefore, the introduction to your documentation will probably look like this;</para> - <programlisting><!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook V3.0-Based Extension//EN" [ + <programlisting><!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [ <!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"> %man; |