aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO_8859-1/books/fdp-primer
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO_8859-1/books/fdp-primer')
-rw-r--r--en_US.ISO_8859-1/books/fdp-primer/examples/appendix.sgml6
-rw-r--r--en_US.ISO_8859-1/books/fdp-primer/sgml-markup/chapter.sgml10
-rw-r--r--en_US.ISO_8859-1/books/fdp-primer/writing-style/chapter.sgml6
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>&lt;article>
- &lt;artheader>
+ &lt;articleinfo>
&lt;title><replaceable>Your title here</replaceable>&lt;/title>
&lt;author>
@@ -852,7 +852,7 @@
&lt;abstract>
&lt;para><replaceable>Include an abstract of the article's contents here.</replaceable>&lt;/para>
&lt;/abstract>
- &lt;/artheader>
+ &lt;/articleinfo>
&hellip;
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>