aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2008-12-07 02:05:09 +0000
committerGabor Pali <pgj@FreeBSD.org>2008-12-07 02:05:09 +0000
commite9ad945766750ddfc22c2190194ca8afef717ab0 (patch)
tree1c98c39f6a310020f1e37a474ce32fdb92282675
parentaa8c37005cd92135b68b1680c555e80319ed0931 (diff)
downloaddoc-e9ad945766750ddfc22c2190194ca8afef717ab0.tar.gz
doc-e9ad945766750ddfc22c2190194ca8afef717ab0.zip
- Fix style of ordered list
- s/kernelconfiguration/kernelconfig - Fix capitalization of a sentence - Fix title capitalization style
Notes
Notes: svn path=/head/; revision=33366
-rw-r--r--en_US.ISO8859-1/books/fdp-primer/structure/chapter.sgml26
1 files changed, 13 insertions, 13 deletions
diff --git a/en_US.ISO8859-1/books/fdp-primer/structure/chapter.sgml b/en_US.ISO8859-1/books/fdp-primer/structure/chapter.sgml
index 6c0953a65c..7218300030 100644
--- a/en_US.ISO8859-1/books/fdp-primer/structure/chapter.sgml
+++ b/en_US.ISO8859-1/books/fdp-primer/structure/chapter.sgml
@@ -31,7 +31,7 @@
-->
<chapter id="structure">
- <title>Structuring documents under <filename>doc/</filename></title>
+ <title>Structuring Documents Under <filename>doc/</filename></title>
<para>The <filename>doc/</filename> tree is organized in a particular
fashion, and the documents that are part of the FDP are in turn organized
@@ -40,17 +40,17 @@
<orderedlist>
<listitem>
- <para>make it easy to automate converting the document to other formats;</para>
+ <para>Make it easy to automate converting the document to other formats.</para>
</listitem>
<listitem>
- <para>promote consistency between the different documentation
+ <para>Promote consistency between the different documentation
organizations, to make it easier to switch between working on
- different documents;</para>
+ different documents.</para>
</listitem>
<listitem>
- <para>make it easy to decide where in the tree new documentation should
+ <para>Make it easy to decide where in the tree new documentation should
be placed.</para>
</listitem>
</orderedlist>
@@ -61,7 +61,7 @@
does not enforce any particular defaults or cultural preferences.</para>
<sect1 id="structure-top">
- <title>The top level, <filename>doc/</filename></title>
+ <title>The Top Level, <filename>doc/</filename></title>
<para>There are two types of directory under <filename>doc/</filename>,
each with very specific directory names and meanings.</para>
@@ -101,7 +101,7 @@
<sect1 id="structure-locale">
<title>The
- <filename><replaceable>lang</replaceable>.<replaceable>encoding</replaceable>/</filename> directories</title>
+ <filename><replaceable>lang</replaceable>.<replaceable>encoding</replaceable>/</filename> Directories</title>
<para>These directories contain the documents themselves. The
documentation is split into up to three more categories at this
@@ -147,7 +147,7 @@
</sect1>
<sect1 id="structure-document">
- <title>Document specific information</title>
+ <title>Document Specific Information</title>
<para>This section contains specific notes about particular documents
managed by the FDP.</para>
@@ -168,7 +168,7 @@
<sgmltag>sect3</sgmltag>) and so on.</para>
<sect3>
- <title>Physical organization</title>
+ <title>Physical Organization</title>
<para>There are a number of files and directories within the
<filename>handbook</filename> directory.</para>
@@ -221,17 +221,17 @@
<para>For example, if one of the chapter files contains:</para>
<programlisting><![ CDATA [
-<chapter id="kernelconfiguration">
+<chapter id="kernelconfig">
...
</chapter>]]></programlisting>
- <para>then it will be called <filename>chapter.sgml</filename> in
- the <filename>kernelconfiguration</filename> directory. In
+ <para>Then it will be called <filename>chapter.sgml</filename> in
+ the <filename>kernelconfig</filename> directory. In
general, the entire contents of the chapter will be held in this
file.</para>
<para>When the HTML version of the Handbook is produced, this will
- yield <filename>kernelconfiguration.html</filename>. This is
+ yield <filename>kernelconfig.html</filename>. This is
because of the <literal>id</literal> value, and is not related to
the name of the directory.</para>