From 00d2062bd5f08e43dd18bc48b29d6594e8233003 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 14 Jul 2011 09:04:18 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/kernel-manual/kernel-how-to.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'documentation') 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 -- cgit v1.2.3-54-g00ecf