diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-08-16 06:14:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-23 18:46:34 -0700 |
commit | 7d465d604076533c30c0a12de75782c85b04cae4 (patch) | |
tree | 58b193144a0bb94b9b85418cb356467d2fbdd6a9 /documentation | |
parent | 53dcd99b310590699942f2780d6c697ec69af220 (diff) | |
download | poky-7d465d604076533c30c0a12de75782c85b04cae4.tar.gz |
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>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/kernel-manual/kernel-how-to.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml index bf45ae1729..86e455357a 100644 --- a/documentation/kernel-manual/kernel-how-to.xml +++ b/documentation/kernel-manual/kernel-how-to.xml | |||
@@ -754,7 +754,7 @@ repository. | |||
754 | Use this command form to push the changes: | 754 | Use this command form to push the changes: |
755 | <literallayout class='monospaced'> | 755 | <literallayout class='monospaced'> |
756 | > git push ssh://<master_server>/<path_to_repo> | 756 | > git push ssh://<master_server>/<path_to_repo> |
757 | <local_branch>:<remote_branch> | 757 | <local_branch>:<remote_branch> |
758 | </literallayout> | 758 | </literallayout> |
759 | </para> | 759 | </para> |
760 | 760 | ||
@@ -764,7 +764,7 @@ repository. | |||
764 | in the master repository <filename>//git.mycompany.com/pub/git/kernel-2.6.37</filename>. | 764 | in the master repository <filename>//git.mycompany.com/pub/git/kernel-2.6.37</filename>. |
765 | <literallayout class='monospaced'> | 765 | <literallayout class='monospaced'> |
766 | > git push ssh://git.mycompany.com/pub/git/kernel-2.6.37 \ | 766 | > git push ssh://git.mycompany.com/pub/git/kernel-2.6.37 \ |
767 | yocto/standard/common-pc/base:yocto/standard/common-pc/base | 767 | yocto/standard/common-pc/base:yocto/standard/common-pc/base |
768 | </literallayout> | 768 | </literallayout> |
769 | </para> | 769 | </para> |
770 | 770 | ||