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. Use this command form to push the changes: - git push ssh://<master server>/<path to repo> <local branch>:<remote branch> + > git push ssh://<master_server>/<path_to_repo> + <local_branch>:<remote_branch> @@ -738,7 +739,8 @@ repository. yocto/standard/common-pc/base to the remote branch with the same name in the master repository //git.mycompany.com/pub/git/kernel-2.6.37. - > push ssh://git.mycompany.com/pub/git/kernel-2.6.37 yocto/standard/common-pc/base:yocto/standard/common-pc/base + > push ssh://git.mycompany.com/pub/git/kernel-2.6.37 \ + yocto/standard/common-pc/base:yocto/standard/common-pc/base