diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-09-20 10:31:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-25 17:59:59 +0100 |
commit | dfad4dbff95fb71d122c26787e6160a8be211772 (patch) | |
tree | d096e6c176030c996d858169dd1d0c966775920d /documentation/dev-manual | |
parent | 42c80283e27707cf9019197ec232eba8678c8fba (diff) | |
download | poky-dfad4dbff95fb71d122c26787e6160a8be211772.tar.gz |
documentation/dev-manual/dev-manual-kernel-appendix.xml: added line break
There is an example whose output exceeds the PDF manual version's
page width. I had to artificially break the line up.
(From yocto-docs rev: d8a5714a2f8193c1efc8a7080b8f6e0744da610a)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-kernel-appendix.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml index f62e0b0291..2fb761a7fb 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml | |||
@@ -201,7 +201,8 @@ | |||
201 | <literallayout class='monospaced'> | 201 | <literallayout class='monospaced'> |
202 | $ cd ~/linux-yocto-3.0 | 202 | $ cd ~/linux-yocto-3.0 |
203 | $ git checkout -b common-pc-base origin/yocto/standard/common-pc/base | 203 | $ git checkout -b common-pc-base origin/yocto/standard/common-pc/base |
204 | Branch common-pc-base set up to track remote branch yocto/standard/common-pc/base from origin. | 204 | Branch common-pc-base set up to track remote branch |
205 | yocto/standard/common-pc/base from origin. | ||
205 | Switched to a new branch 'common-pc-base' | 206 | Switched to a new branch 'common-pc-base' |
206 | </literallayout> | 207 | </literallayout> |
207 | </para> | 208 | </para> |