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: