diff options
author | Nik Clayton <nik@FreeBSD.org> | 2001-04-19 15:23:20 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 2001-04-19 15:23:20 +0000 |
commit | 65eeebe181c7336b9e870a99190c3d1531059368 (patch) | |
tree | 08344c4925823f40a260484800116550398d7e5a /en_US.ISO_8859-1/books/fdp-primer | |
parent | 498024de6b69b3bbb249158e482ee165d78e4352 (diff) | |
download | doc-65eeebe181c7336b9e870a99190c3d1531059368.tar.gz doc-65eeebe181c7336b9e870a99190c3d1531059368.zip |
<artheader> -> <articleinfo> in some examples.
Submitted by: bmah
Notes
Notes:
svn path=/head/; revision=9240
Diffstat (limited to 'en_US.ISO_8859-1/books/fdp-primer')
3 files changed, 11 insertions, 11 deletions
diff --git a/en_US.ISO_8859-1/books/fdp-primer/examples/appendix.sgml b/en_US.ISO_8859-1/books/fdp-primer/examples/appendix.sgml index 6c5cc89d7f..e093732098 100644 --- a/en_US.ISO_8859-1/books/fdp-primer/examples/appendix.sgml +++ b/en_US.ISO_8859-1/books/fdp-primer/examples/appendix.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/examples/appendix.sgml,v 1.1 2000/07/16 16:35:41 nik Exp $ + $FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/examples/appendix.sgml,v 1.2 2001/04/17 16:02:19 nik Exp $ --> <appendix id="examples"> @@ -113,7 +113,7 @@ <programlisting><![ CDATA [<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> <article> - <artheader> + <articleinfo> <title>An example article</title> <author> @@ -132,7 +132,7 @@ <abstract> <para>If your article has an abstract then it should go here.</para> </abstract> - </artheader> + </articleinfo> <sect1> <title>My first section</title> 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 a5d16c1126..d497523e7b 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 @@ -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-markup/chapter.sgml,v 1.18 2001/01/03 11:12:41 nik Exp $ + $FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/sgml-markup/chapter.sgml,v 1.19 2001/04/17 16:02:54 nik Exp $ --> <chapter id="sgml-markup"> @@ -820,16 +820,16 @@ used to produce a title page.</para> <para>This additional information should be contained within - <sgmltag>artheader</sgmltag>.</para> + <sgmltag>articleinfo</sgmltag>.</para> <example> <title>Boilerplate <sgmltag>article</sgmltag> with - <sgmltag>artheader</sgmltag></title> + <sgmltag>articleinfo</sgmltag></title> <!-- Can't put this in a marked section because of the replaceable elements --> <programlisting><article> - <artheader> + <articleinfo> <title><replaceable>Your title here</replaceable></title> <author> @@ -852,7 +852,7 @@ <abstract> <para><replaceable>Include an abstract of the article's contents here.</replaceable></para> </abstract> - </artheader> + </articleinfo> … diff --git a/en_US.ISO_8859-1/books/fdp-primer/writing-style/chapter.sgml b/en_US.ISO_8859-1/books/fdp-primer/writing-style/chapter.sgml index 21f3836844..3e78167d13 100644 --- a/en_US.ISO_8859-1/books/fdp-primer/writing-style/chapter.sgml +++ b/en_US.ISO_8859-1/books/fdp-primer/writing-style/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/writing-style/chapter.sgml,v 1.10 2001/04/05 01:47:13 dd Exp $ + $FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/writing-style/chapter.sgml,v 1.11 2001/04/09 00:33:47 dd Exp $ --> <chapter id="writing-style"> @@ -226,7 +226,7 @@ V <informalexample> <programlisting><![ CDATA [<article> - <artheader> + <articleinfo> <title>NIS</title> <pubdate>October 1999</pubdata> @@ -236,7 +236,7 @@ V ... ...</para> </abstract> - </artheader> + </articleinfo> <sect1> <title>...</title> |