[poky] [PATCH 2/2] documentation/kernel-manual/kernel-how-to.xml: added newline character

Scott Rifenbark scott.m.rifenbark at intel.com
Mon Dec 13 13:44:16 PST 2010


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 at intel.com>
---
 documentation/kernel-manual/kernel-how-to.xml |    3 ++-
 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>
                
-- 
1.7.0.4




More information about the poky mailing list