diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-11-04 16:02:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-08 16:26:33 +0000 |
commit | ca38e7ad79b4a5d9a56fcb64d6379580bc5a5a2b (patch) | |
tree | 536eda59738f1afc5e8b1550d6087d32490566b2 /documentation | |
parent | ddb9351bf0b5da30a8e46e5e7027f5a02f7aa6c6 (diff) | |
download | poky-ca38e7ad79b4a5d9a56fcb64d6379580bc5a5a2b.tar.gz |
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 <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-kernel-appendix.xml | 6 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 4 |
2 files changed, 6 insertions, 4 deletions
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 @@ | |||
225 | of cores your machine supports and set <filename>PARALLEL_MAKE</filename> to one and | 225 | of cores your machine supports and set <filename>PARALLEL_MAKE</filename> to one and |
226 | a half times the number of cores your machine supports. | 226 | a half times the number of cores your machine supports. |
227 | </note> | 227 | </note> |
228 | </para> | ||
229 | <para> | ||
228 | The following two commands build the default <filename>qemux86</filename> image and | 230 | The following two commands build the default <filename>qemux86</filename> image and |
229 | <filename>source</filename> build environment setup script. | 231 | <filename>source</filename> build environment setup script. |
230 | If necessary, the script creates the build directory: | 232 | If necessary, the script creates the build directory: |
@@ -551,7 +553,7 @@ | |||
551 | </section> | 553 | </section> |
552 | 554 | ||
553 | <section id='examining-the-default-config-smp-behavior'> | 555 | <section id='examining-the-default-config-smp-behavior'> |
554 | <title>Examining the Default <filename>CONFIG_SMP</filename> Behavior</title> | 556 | <title>Examining the Default <filename>CONFIG_SMP</filename> Behavior</title> |
555 | 557 | ||
556 | <para> | 558 | <para> |
557 | By default, <filename>CONFIG_SMP</filename> supports single processor machines. | 559 | By default, <filename>CONFIG_SMP</filename> supports single processor machines. |
@@ -578,7 +580,7 @@ | |||
578 | </section> | 580 | </section> |
579 | 581 | ||
580 | <section id='changing-the-config-smp-configuration-using-menuconfig'> | 582 | <section id='changing-the-config-smp-configuration-using-menuconfig'> |
581 | <title>Changing the <filename>CONFIG_SMP</filename> Configuration Using <filename>menuconfig</filename></title> | 583 | <title>Changing the <filename>CONFIG_SMP</filename> Configuration Using <filename>menuconfig</filename></title> |
582 | 584 | ||
583 | <para> | 585 | <para> |
584 | The <filename>menuconfig</filename> tool provides an interactive method with which | 586 | The <filename>menuconfig</filename> 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 @@ | |||
122 | <note>When you have a local Linux Yocto kernel Git repository, you can | 122 | <note>When you have a local Linux Yocto kernel Git repository, you can |
123 | reference that repository rather than the upstream Git repository as | 123 | reference that repository rather than the upstream Git repository as |
124 | part of the <filename>clone</filename> command. | 124 | part of the <filename>clone</filename> command. |
125 | Doing so can speed up the process.</note> | 125 | Doing so can speed up the process.</note></para> |
126 | In the following example, the bare clone is named | 126 | <para>In the following example, the bare clone is named |
127 | <filename>linux-yocto-3.0.git</filename>, while the | 127 | <filename>linux-yocto-3.0.git</filename>, while the |
128 | copy is named <filename>linux-yocto-3.0</filename>: | 128 | copy is named <filename>linux-yocto-3.0</filename>: |
129 | <literallayout class='monospaced'> | 129 | <literallayout class='monospaced'> |