From a291d007b697c9d5bfe223f737455f6a61bdaf8f Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Tue, 19 Jun 2012 07:08:59 -0700 Subject: documenation//dev-manual: Typos fixed. Some minor typoes in first couple chapters (From yocto-docs rev: 36618cc6a261a994b00c5c524c76cbf3952a2eae) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-intro.xml | 4 ++-- documentation/dev-manual/dev-manual-start.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'documentation') 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 @@ The Yocto Project Development Manual, however, does provide detailed examples on how to create a - Board Support Package (BSP), change the kernel source code, and re-configure the kernel. + Board Support Package (BSP), change the kernel source code, and reconfigure the kernel. You can find this information in the appendices of the manual. @@ -149,7 +149,7 @@ for a Yocto Project Discussions mailing list about the Poky build system. - for a mailing list to receive offical Yocto Project announcements for developments and + for a mailing list to receive official Yocto Project announcements for developments and as well as Yocto Project milestones. Internet Relay Chat (IRC): 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 @@ Packages: The Yocto Project requires certain packages exist on your development system (e.g. Python 2.6 or 2.7). See "The Packages" - section in the Yocto Project Quick start for the exact package + section in the Yocto Project Quick Start for the exact package requirements and the installation commands to install them for the supported distributions. Yocto Project Release: @@ -272,7 +272,7 @@ previous section. Initialize the build environment by sourcing a build environment script. - Optionally ensure the /conf/local.conf configuration file, + Optionally ensure the conf/local.conf configuration file, which is found in the Yocto Project Build Directory, is set up how you want it. @@ -370,7 +370,7 @@ that runs with the root password disabled. This allows you to use standard ssh and scp commands. - The QEMU images also contain an embedded Network Files + The QEMU images also contain an embedded Network File System (NFS) server that exports the image's root filesystem. This allows you to make the filesystem available to the host. -- cgit v1.2.3-54-g00ecf