From ca38e7ad79b4a5d9a56fcb64d6379580bc5a5a2b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 4 Nov 2011 16:02:45 -0700 Subject: documentation/dev-manual: Fixed PDF Note line breaks Several notes were not producing a line-break betweent he end of the note and the start of the next paragraph. Most work, but for some reason these did not. It is a mystery to me. (From yocto-docs rev: 2c87e0cb781b6d94297dc558504f869bd54a6ad0) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-kernel-appendix.xml | 6 ++++-- documentation/dev-manual/dev-manual-start.xml | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml index 533875b040..7ac349b6e3 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml @@ -225,6 +225,8 @@ of cores your machine supports and set PARALLEL_MAKE to one and a half times the number of cores your machine supports. + + The following two commands build the default qemux86 image and source build environment setup script. If necessary, the script creates the build directory: @@ -551,7 +553,7 @@
- Examining the Default <filename>CONFIG_SMP</filename> Behavior + Examining the Default  <filename>CONFIG_SMP</filename> Behavior By default, CONFIG_SMP supports single processor machines. @@ -578,7 +580,7 @@
- Changing the <filename>CONFIG_SMP</filename> Configuration Using <filename>menuconfig</filename> + Changing the  <filename>CONFIG_SMP</filename> Configuration Using  <filename>menuconfig</filename> The menuconfig tool provides an interactive method with which diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index e9342d0786..b05babba49 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml @@ -122,8 +122,8 @@ When you have a local Linux Yocto kernel Git repository, you can reference that repository rather than the upstream Git repository as part of the clone command. - Doing so can speed up the process. - In the following example, the bare clone is named + Doing so can speed up the process. + In the following example, the bare clone is named linux-yocto-3.0.git, while the copy is named linux-yocto-3.0: -- cgit v1.2.3-54-g00ecf