]> code.ossystems Code Review - openembedded-core.git/commitdiff
documentation/kernel-manual/kernel-how-to.xml: added newline character
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 13 Dec 2010 21:44:16 +0000 (13:44 -0800)
committerSaul Wold <sgw@linux.intel.com>
Tue, 14 Dec 2010 21:43:55 +0000 (13:43 -0800)
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>
documentation/kernel-manual/kernel-how-to.xml

index 67f6a90c687de036ab9998c436d74ec5c770b697..6b326b5561664bb34ed94187a52cf28f706a632b 100644 (file)
@@ -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>