documentation/kernel-manual/kernel-how-to.xml: command indentation fixed.

(From yocto-docs rev: d3116dbda4af7f469e10449ed27b2885474317b5)

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-08-16 06:14:24 -07:00 committed by Richard Purdie
parent 53dcd99b31
commit 7d465d6040
1 changed files with 2 additions and 2 deletions

View File

@ -754,7 +754,7 @@ repository.
Use this command form to push the changes:
<literallayout class='monospaced'>
&gt; git push ssh://&lt;master_server&gt;/&lt;path_to_repo&gt;
&lt;local_branch&gt;:&lt;remote_branch&gt;
&lt;local_branch&gt;:&lt;remote_branch&gt;
</literallayout>
</para>
@ -764,7 +764,7 @@ repository.
in the master repository <filename>//git.mycompany.com/pub/git/kernel-2.6.37</filename>.
<literallayout class='monospaced'>
&gt; git push ssh://git.mycompany.com/pub/git/kernel-2.6.37 \
yocto/standard/common-pc/base:yocto/standard/common-pc/base
yocto/standard/common-pc/base:yocto/standard/common-pc/base
</literallayout>
</para>