aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/fdp-primer/sgml-markup
diff options
context:
space:
mode:
authorMarc Fonvieille <blackend@FreeBSD.org>2003-07-20 20:55:18 +0000
committerMarc Fonvieille <blackend@FreeBSD.org>2003-07-20 20:55:18 +0000
commit803f92762512a388b8bc20c76aa4ccfef26a7b5c (patch)
treedec275d082507de216fd48a6435d6f25a4c9bed9 /en_US.ISO8859-1/books/fdp-primer/sgml-markup
parent311546070569b06b0c3c7a77b9418e05c95e8be7 (diff)
downloaddoc-803f92762512a388b8bc20c76aa4ccfef26a7b5c.tar.gz
doc-803f92762512a388b8bc20c76aa4ccfef26a7b5c.zip
- Remove an useless </dd> in one example.
- Use of .cshrc as "startup" file for csh(1) and tcsh(1) instead of .login - Some British English -> American English organise(d) -> organize(d) organisation -> organization generalised -> generalized PR: docs/54456 Submitted by: Ken Smith <kensmith@cse.Buffalo.EDU>
Notes
Notes: svn path=/head/; revision=17625
Diffstat (limited to 'en_US.ISO8859-1/books/fdp-primer/sgml-markup')
-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>