summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2012-06-19 07:08:59 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-21 13:03:07 +0100
commita291d007b697c9d5bfe223f737455f6a61bdaf8f (patch)
tree0e1788ff7d9aa10ceae96ffd43ee3859f46cbf1a /documentation
parent356ac1f9d79b5be1c6f53f547d6c32760b10b837 (diff)
downloadpoky-a291d007b697c9d5bfe223f737455f6a61bdaf8f.tar.gz
documenation//dev-manual: Typos fixed.
Some minor typoes in first couple chapters (From yocto-docs rev: 36618cc6a261a994b00c5c524c76cbf3952a2eae) 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.xml4
-rw-r--r--documentation/dev-manual/dev-manual-start.xml6
2 files changed, 5 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml
index cf5471ee1b..4a22590ef9 100644
--- a/documentation/dev-manual/dev-manual-intro.xml
+++ b/documentation/dev-manual/dev-manual-intro.xml
@@ -23,7 +23,7 @@
23 23
24 <para> 24 <para>
25 The Yocto Project Development Manual, however, does provide detailed examples on how to create a 25 The Yocto Project Development Manual, however, does provide detailed examples on how to create a
26 Board Support Package (BSP), change the kernel source code, and re-configure the kernel. 26 Board Support Package (BSP), change the kernel source code, and reconfigure the kernel.
27 You can find this information in the appendices of the manual. 27 You can find this information in the appendices of the manual.
28 </para> 28 </para>
29 </section> 29 </section>
@@ -149,7 +149,7 @@
149 <listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/poky'></ulink> for a 149 <listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/poky'></ulink> for a
150 Yocto Project Discussions mailing list about the Poky build system.</para></listitem> 150 Yocto Project Discussions mailing list about the Poky build system.</para></listitem>
151 <listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/yocto-announce'></ulink> 151 <listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/yocto-announce'></ulink>
152 for a mailing list to receive offical Yocto Project announcements for developments and 152 for a mailing list to receive official Yocto Project announcements for developments and
153 as well as Yocto Project milestones.</para></listitem> 153 as well as Yocto Project milestones.</para></listitem>
154 </itemizedlist></para></listitem> 154 </itemizedlist></para></listitem>
155 <listitem><para><emphasis>Internet Relay Chat (IRC):</emphasis> 155 <listitem><para><emphasis>Internet Relay Chat (IRC):</emphasis>
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 763582d874..4dc2cfca00 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -60,7 +60,7 @@
60 <listitem><para><emphasis>Packages:</emphasis> The Yocto Project requires certain packages 60 <listitem><para><emphasis>Packages:</emphasis> The Yocto Project requires certain packages
61 exist on your development system (e.g. Python 2.6 or 2.7). 61 exist on your development system (e.g. Python 2.6 or 2.7).
62 See "<ulink url='&YOCTO_DOCS_QS_URL;#packages'>The Packages</ulink>" 62 See "<ulink url='&YOCTO_DOCS_QS_URL;#packages'>The Packages</ulink>"
63 section in the Yocto Project Quick start for the exact package 63 section in the Yocto Project Quick Start for the exact package
64 requirements and the installation commands to install them 64 requirements and the installation commands to install them
65 for the supported distributions.</para></listitem> 65 for the supported distributions.</para></listitem>
66 <listitem id='local-yp-release'><para><emphasis>Yocto Project Release:</emphasis> 66 <listitem id='local-yp-release'><para><emphasis>Yocto Project Release:</emphasis>
@@ -272,7 +272,7 @@
272 previous section.</para></listitem> 272 previous section.</para></listitem>
273 <listitem><para>Initialize the build environment by sourcing a build environment 273 <listitem><para>Initialize the build environment by sourcing a build environment
274 script.</para></listitem> 274 script.</para></listitem>
275 <listitem><para>Optionally ensure the <filename>/conf/local.conf</filename> configuration file, 275 <listitem><para>Optionally ensure the <filename>conf/local.conf</filename> configuration file,
276 which is found in the 276 which is found in the
277 <link linkend='yocto-project-build-directory'>Yocto Project Build Directory</link>, 277 <link linkend='yocto-project-build-directory'>Yocto Project Build Directory</link>,
278 is set up how you want it. 278 is set up how you want it.
@@ -370,7 +370,7 @@
370 that runs with the root password disabled. 370 that runs with the root password disabled.
371 This allows you to use standard <filename>ssh</filename> and 371 This allows you to use standard <filename>ssh</filename> and
372 <filename>scp</filename> commands.</para></listitem> 372 <filename>scp</filename> commands.</para></listitem>
373 <listitem><para>The QEMU images also contain an embedded Network Files 373 <listitem><para>The QEMU images also contain an embedded Network File
374 System (NFS) server that exports the image's root filesystem. 374 System (NFS) server that exports the image's root filesystem.
375 This allows you to make the filesystem available to the 375 This allows you to make the filesystem available to the
376 host.</para></listitem> 376 host.</para></listitem>