Fix missing prompt, missing "git" and break overly long command in
two since it disappears off the page in the PDF output.

Signed-off-by: Robert P. J. Day <rpj...@crashcourse.ca>

---

  these fixes should be self-evident.

diff --git a/documentation/kernel-manual/kernel-how-to.xml 
b/documentation/kernel-manual/kernel-how-to.xml
index 0cb7154..5a0d975 100644
--- a/documentation/kernel-manual/kernel-how-to.xml
+++ b/documentation/kernel-manual/kernel-how-to.xml
@@ -727,7 +727,7 @@ repository.
                     <para>
                         Use this command form to push the changes:
                     <literallayout class='monospaced'>
-     git push ssh://&lt;master server&gt;/&lt;path to repo&gt; &lt;local 
branch&gt;:&lt;remote branch&gt;
+     &gt; git push ssh://&lt;master server&gt;/&lt;path to repo&gt; &lt;local 
branch&gt;:&lt;remote branch&gt;
                     </literallayout>
                     </para>

@@ -736,7 +736,8 @@ repository.
                         <filename>yocto/standard/common-pc/base</filename> to 
the remote branch with the same name
                         in the master repository 
<filename>//git.mycompany.com/pub/git/kernel-2.6.37</filename>.
                     <literallayout class='monospaced'>
-     &gt; push ssh://git.mycompany.com/pub/git/kernel-2.6.37 
yocto/standard/common-pc/base:yocto/standard/common-pc/base
+     &gt; git push ssh://git.mycompany.com/pub/git/kernel-2.6.37 \
+      yocto/standard/common-pc/base:yocto/standard/common-pc/base
                     </literallayout>
                     </para>


-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to