diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-07-14 09:04:18 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-21 10:59:20 +0100 |
commit | 00d2062bd5f08e43dd18bc48b29d6594e8233003 (patch) | |
tree | d0b484d75b71add7b11c2beb27b1938c1072c581 /documentation | |
parent | 74c120f2737d09b30d75e828b7ab0eeb8460a68e (diff) | |
download | poky-00d2062bd5f08e43dd18bc48b29d6594e8233003.tar.gz |
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>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/kernel-manual/kernel-how-to.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml index 0f7e03f23f..66ee2e5ea8 100644 --- a/documentation/kernel-manual/kernel-how-to.xml +++ b/documentation/kernel-manual/kernel-how-to.xml | |||
@@ -729,7 +729,8 @@ repository. | |||
729 | <para> | 729 | <para> |
730 | Use this command form to push the changes: | 730 | Use this command form to push the changes: |
731 | <literallayout class='monospaced'> | 731 | <literallayout class='monospaced'> |
732 | git push ssh://<master server>/<path to repo> <local branch>:<remote branch> | 732 | > git push ssh://<master_server>/<path_to_repo> |
733 | <local_branch>:<remote_branch> | ||
733 | </literallayout> | 734 | </literallayout> |
734 | </para> | 735 | </para> |
735 | 736 | ||
@@ -738,7 +739,8 @@ repository. | |||
738 | <filename>yocto/standard/common-pc/base</filename> to the remote branch with the same name | 739 | <filename>yocto/standard/common-pc/base</filename> to the remote branch with the same name |
739 | in the master repository <filename>//git.mycompany.com/pub/git/kernel-2.6.37</filename>. | 740 | in the master repository <filename>//git.mycompany.com/pub/git/kernel-2.6.37</filename>. |
740 | <literallayout class='monospaced'> | 741 | <literallayout class='monospaced'> |
741 | > push ssh://git.mycompany.com/pub/git/kernel-2.6.37 yocto/standard/common-pc/base:yocto/standard/common-pc/base | 742 | > push ssh://git.mycompany.com/pub/git/kernel-2.6.37 \ |
743 | yocto/standard/common-pc/base:yocto/standard/common-pc/base | ||
742 | </literallayout> | 744 | </literallayout> |
743 | </para> | 745 | </para> |
744 | 746 | ||