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/sgml-markup | |
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/sgml-markup')
-rw-r--r-- | en_US.ISO_8859-1/books/fdp-primer/sgml-markup/chapter.sgml | 10 |
1 files changed, 5 insertions, 5 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 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> … |