documentation/kernel-manual/kernel-how-to.xml: Command line example fixes

Changes requested by Robert P. J. Day at rpjday@crashcourse.ca to add
a missing system prompt character and fix an overly long git push example.

(From yocto-docs rev: 71ac0b23682c6a405ae454cab02120993d2f370e)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2011-07-14 09:04:18 -07:00 committed by Richard Purdie
parent 74c120f273
commit 00d2062bd5
1 changed files with 4 additions and 2 deletions

View File

@ -729,7 +729,8 @@ 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>
@ -738,7 +739,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; push ssh://git.mycompany.com/pub/git/kernel-2.6.37 \
yocto/standard/common-pc/base:yocto/standard/common-pc/base
</literallayout>
</para>