aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml')
-rw-r--r--en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml b/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml
index 5cb4eb8b25..1fd60b06c9 100644
--- a/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml
+++ b/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml
@@ -292,7 +292,7 @@
<programlisting><![ CDATA [<dl>
<dt>Term 1</dt>
- <dd><p>Paragraph 1 of definition 1.</p></dd>
+ <dd><p>Paragraph 1 of definition 1.</p>
<p>Paragraph 2 of definition 1.</p></dd>
@@ -729,7 +729,7 @@
ways. In the FreeBSD Documentation Project we are using two primary
types of DocBook document: the book and the article.</para>
- <para>A book is organised into <sgmltag>chapter</sgmltag>s. This is a
+ <para>A book is organized into <sgmltag>chapter</sgmltag>s. This is a
mandatory requirement. There may be <sgmltag>part</sgmltag>s between
the book and the chapter to provide another layer of organisation.
The Handbook is arranged in this way.</para>
@@ -742,7 +742,7 @@
<para>Chapters and sections contain the remainder of the content.</para>
<para>An article is simpler than a book, and does not use chapters.
- Instead, the content of an article is organised into one or more
+ Instead, the content of an article is organized into one or more
sections, using the same <sgmltag>sect1</sgmltag> (and
<sgmltag>sect2</sgmltag> and so on) elements that are used in
books.</para>