summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-model.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-08-21 18:00:45 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-04 12:54:58 +0100
commit923563477eb48a1c5474d8f122f15e869fdd4cfa (patch)
treeb07d92d3a08d24ff6a4b50bca8da25a52bcf9f3d /documentation/dev-manual/dev-manual-model.xml
parent26409ca882bea6e1c09cddbae778a304ce7f7bcf (diff)
downloadpoky-923563477eb48a1c5474d8f122f15e869fdd4cfa.tar.gz
documentation/dev-manual: Title Fixes
Fixed several references to books. There should be no books referenced using "The" at the beginning of the manual title. These need to be "the" in order for correct mega-manual link processing with the sed script. (From yocto-docs rev: 76753216c7138d55f7b6f9167d678245ab3134e7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-model.xml')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml13
1 files changed, 5 insertions, 8 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index c5f89a073f..1efa61c170 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -24,8 +24,7 @@
24 For a user-space application development example that uses the 24 For a user-space application development example that uses the
25 <trademark class='trade'>Eclipse</trademark> IDE, 25 <trademark class='trade'>Eclipse</trademark> IDE,
26 see the 26 see the
27 <ulink url='&YOCTO_DOCS_ADT_URL;'> 27 <ulink url='&YOCTO_DOCS_ADT_URL;'>Yocto Project Application Developer's Guide</ulink>.
28 The Yocto Project Application Developer's Guide</ulink>.
29 </para></listitem> 28 </para></listitem>
30 <listitem><para><emphasis>Temporary Source Code Modification:</emphasis> 29 <listitem><para><emphasis>Temporary Source Code Modification:</emphasis>
31 Direct modification of temporary source code is a convenient development model 30 Direct modification of temporary source code is a convenient development model
@@ -229,9 +228,8 @@
229 <para> 228 <para>
230 The remainder of this section presents a high-level overview of the Yocto Project 229 The remainder of this section presents a high-level overview of the Yocto Project
231 kernel architecture and the steps to modify the kernel. 230 kernel architecture and the steps to modify the kernel.
232 For a complete discussion of the kernel, see 231 For a complete discussion of the kernel, see the
233 <ulink url='&YOCTO_DOCS_KERNEL_URL;'> 232 <ulink url='&YOCTO_DOCS_KERNEL_URL;'>Yocto Project Kernel Architecture and Use Manual</ulink>.
234 The Yocto Project Kernel Architecture and Use Manual</ulink>.
235 You can reference the appendix 233 You can reference the appendix
236 "<link linkend='dev-manual-kernel-appendix'>Kernel Modification Example</link>" 234 "<link linkend='dev-manual-kernel-appendix'>Kernel Modification Example</link>"
237 for a detailed example that changes the configuration of a kernel. 235 for a detailed example that changes the configuration of a kernel.
@@ -383,9 +381,8 @@
383 381
384 <para> 382 <para>
385 Again, for a complete discussion of the Yocto Project kernel's architecture and its 383 Again, for a complete discussion of the Yocto Project kernel's architecture and its
386 branching strategy, 384 branching strategy, see the
387 see <ulink url='&YOCTO_DOCS_KERNEL_URL;'> 385 <ulink url='&YOCTO_DOCS_KERNEL_URL;'>Yocto Project Kernel Architecture and Use Manual</ulink>.
388 The Yocto Project Kernel Architecture and Use Manual</ulink>.
389 You can also reference the 386 You can also reference the
390 "<link linkend='modifying-the-kernel-source-code'>Modifying the Kernel Source Code</link>" 387 "<link linkend='modifying-the-kernel-source-code'>Modifying the Kernel Source Code</link>"
391 section for a detailed example that modifies the kernel. 388 section for a detailed example that modifies the kernel.