diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-08-21 18:00:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-04 12:54:58 +0100 |
commit | 923563477eb48a1c5474d8f122f15e869fdd4cfa (patch) | |
tree | b07d92d3a08d24ff6a4b50bca8da25a52bcf9f3d /documentation | |
parent | 26409ca882bea6e1c09cddbae778a304ce7f7bcf (diff) | |
download | poky-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')
-rw-r--r-- | documentation/dev-manual/dev-manual-intro.xml | 15 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 13 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 2 |
3 files changed, 11 insertions, 19 deletions
diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml index 58084bb793..0f338e7e0a 100644 --- a/documentation/dev-manual/dev-manual-intro.xml +++ b/documentation/dev-manual/dev-manual-intro.xml | |||
@@ -86,29 +86,24 @@ | |||
86 | </emphasis> The home page for the Yocto Project provides lots of information on the project | 86 | </emphasis> The home page for the Yocto Project provides lots of information on the project |
87 | as well as links to software and documentation.</para></listitem> | 87 | as well as links to software and documentation.</para></listitem> |
88 | <listitem><para><emphasis> | 88 | <listitem><para><emphasis> |
89 | <ulink url='&YOCTO_DOCS_QS_URL;'> | 89 | <ulink url='&YOCTO_DOCS_QS_URL;'>Yocto Project Quick Start</ulink>:</emphasis> This short document lets you get started |
90 | the Yocto Project Quick Start</ulink>:</emphasis> This short document lets you get started | ||
91 | with the Yocto Project quickly and start building an image.</para></listitem> | 90 | with the Yocto Project quickly and start building an image.</para></listitem> |
92 | <listitem><para><emphasis> | 91 | <listitem><para><emphasis> |
93 | <ulink url='&YOCTO_DOCS_REF_URL;'> | 92 | <ulink url='&YOCTO_DOCS_REF_URL;'>Yocto Project Reference Manual</ulink>:</emphasis> This manual is a reference |
94 | The Yocto Project Reference Manual</ulink>:</emphasis> This manual is a reference | ||
95 | guide to the OpenEmbedded build system known as "Poky." | 93 | guide to the OpenEmbedded build system known as "Poky." |
96 | The manual also contains a reference chapter on Board Support Package (BSP) | 94 | The manual also contains a reference chapter on Board Support Package (BSP) |
97 | layout.</para></listitem> | 95 | layout.</para></listitem> |
98 | <listitem><para><emphasis> | 96 | <listitem><para><emphasis> |
99 | <ulink url='&YOCTO_DOCS_ADT_URL;'> | 97 | <ulink url='&YOCTO_DOCS_ADT_URL;'>Yocto Project Application Developer's Guide</ulink>:</emphasis> |
100 | The Yocto Project Application Developer's Guide</ulink>:</emphasis> | ||
101 | This guide provides information that lets you get going with the Application | 98 | This guide provides information that lets you get going with the Application |
102 | Development Toolkit (ADT) and stand-alone cross-development toolchains to | 99 | Development Toolkit (ADT) and stand-alone cross-development toolchains to |
103 | develop projects using the Yocto Project.</para></listitem> | 100 | develop projects using the Yocto Project.</para></listitem> |
104 | <listitem><para><emphasis> | 101 | <listitem><para><emphasis> |
105 | <ulink url='&YOCTO_DOCS_BSP_URL;'> | 102 | <ulink url='&YOCTO_DOCS_BSP_URL;'>Yocto Project Board Support Package (BSP) Developer's Guide</ulink>:</emphasis> |
106 | The Yocto Project Board Support Package (BSP) Developer's Guide</ulink>:</emphasis> | ||
107 | This guide defines the structure for BSP components. | 103 | This guide defines the structure for BSP components. |
108 | Having a commonly understood structure encourages standardization.</para></listitem> | 104 | Having a commonly understood structure encourages standardization.</para></listitem> |
109 | <listitem><para><emphasis> | 105 | <listitem><para><emphasis> |
110 | <ulink url='&YOCTO_DOCS_KERNEL_URL;'> | 106 | <ulink url='&YOCTO_DOCS_KERNEL_URL;'>Yocto Project Kernel Architecture and Use Manual</ulink>:</emphasis> |
111 | The Yocto Project Kernel Architecture and Use Manual</ulink>:</emphasis> | ||
112 | This manual describes the architecture of the Yocto Project kernel and provides | 107 | This manual describes the architecture of the Yocto Project kernel and provides |
113 | some work flow examples.</para></listitem> | 108 | some work flow examples.</para></listitem> |
114 | <listitem><para><emphasis> | 109 | <listitem><para><emphasis> |
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. |
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index d39c445051..5ea6194ae0 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -887,7 +887,7 @@ | |||
887 | can be reviewed and merged by the appropriate maintainer. | 887 | can be reviewed and merged by the appropriate maintainer. |
888 | For a list of the Yocto Project and related mailing lists, see the | 888 | For a list of the Yocto Project and related mailing lists, see the |
889 | "<ulink url='&YOCTO_DOCS_REF_URL;#resources-mailinglist'>Mailing lists</ulink>" section in | 889 | "<ulink url='&YOCTO_DOCS_REF_URL;#resources-mailinglist'>Mailing lists</ulink>" section in |
890 | The Yocto Project Reference Manual. | 890 | the Yocto Project Reference Manual. |
891 | </para> | 891 | </para> |
892 | 892 | ||
893 | <para> | 893 | <para> |