summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2010-12-13 13:44:16 -0800
committerSaul Wold <sgw@linux.intel.com>2010-12-14 13:43:55 -0800
commitef8e0d6f38fd920665cd430b47211df1d7a01f20 (patch)
tree95dbba1460bc8d97d1cbd7bf85f0262d0b96896c /documentation/kernel-manual
parent22cd27dac4627ffdc86fae930138120765ddb49c (diff)
downloadast2050-yocto-poky-ef8e0d6f38fd920665cd430b47211df1d7a01f20.zip
ast2050-yocto-poky-ef8e0d6f38fd920665cd430b47211df1d7a01f20.tar.gz
documentation/kernel-manual/kernel-how-to.xml: added newline character
There was a git checkout and git push command that did not have a newline character between the two line in a literallayout block. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation/kernel-manual')
-rw-r--r--documentation/kernel-manual/kernel-how-to.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml
index 67f6a90..6b326b5 100644
--- a/documentation/kernel-manual/kernel-how-to.xml
+++ b/documentation/kernel-manual/kernel-how-to.xml
@@ -1078,7 +1078,8 @@ That's it. Configure and build.
<para>
Now create a branch in the local clone and push it to the bare clone:
<literallayout class='monospaced'>
- $ git checkout -b crownbay-standard origin/standard $ git push origin crownbay-standard:crownbay-standard
+ $ git checkout -b crownbay-standard origin/standard
+ $ git push origin crownbay-standard:crownbay-standard
</literallayout>
</para>
OpenPOWER on IntegriCloud