From 923563477eb48a1c5474d8f122f15e869fdd4cfa Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 21 Aug 2012 18:00:45 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-intro.xml | 15 +++++---------- documentation/dev-manual/dev-manual-model.xml | 13 +++++-------- 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 @@ The home page for the Yocto Project provides lots of information on the project as well as links to software and documentation. - - the Yocto Project Quick Start: This short document lets you get started + Yocto Project Quick Start: This short document lets you get started with the Yocto Project quickly and start building an image. - - The Yocto Project Reference Manual: This manual is a reference + Yocto Project Reference Manual: This manual is a reference guide to the OpenEmbedded build system known as "Poky." The manual also contains a reference chapter on Board Support Package (BSP) layout. - - The Yocto Project Application Developer's Guide: + Yocto Project Application Developer's Guide: This guide provides information that lets you get going with the Application Development Toolkit (ADT) and stand-alone cross-development toolchains to develop projects using the Yocto Project. - - The Yocto Project Board Support Package (BSP) Developer's Guide: + Yocto Project Board Support Package (BSP) Developer's Guide: This guide defines the structure for BSP components. Having a commonly understood structure encourages standardization. - - The Yocto Project Kernel Architecture and Use Manual: + Yocto Project Kernel Architecture and Use Manual: This manual describes the architecture of the Yocto Project kernel and provides some work flow examples. 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 @@ For a user-space application development example that uses the Eclipse IDE, see the - - The Yocto Project Application Developer's Guide. + Yocto Project Application Developer's Guide. Temporary Source Code Modification: Direct modification of temporary source code is a convenient development model @@ -229,9 +228,8 @@ The remainder of this section presents a high-level overview of the Yocto Project kernel architecture and the steps to modify the kernel. - For a complete discussion of the kernel, see - - The Yocto Project Kernel Architecture and Use Manual. + For a complete discussion of the kernel, see the + Yocto Project Kernel Architecture and Use Manual. You can reference the appendix "Kernel Modification Example" for a detailed example that changes the configuration of a kernel. @@ -383,9 +381,8 @@ Again, for a complete discussion of the Yocto Project kernel's architecture and its - branching strategy, - see - The Yocto Project Kernel Architecture and Use Manual. + branching strategy, see the + Yocto Project Kernel Architecture and Use Manual. You can also reference the "Modifying the Kernel Source Code" 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 @@ can be reviewed and merged by the appropriate maintainer. For a list of the Yocto Project and related mailing lists, see the "Mailing lists" section in - The Yocto Project Reference Manual. + the Yocto Project Reference Manual. -- cgit v1.2.3-54-g00ecf