[PATCH] DOCS: Tidy up a couple git commands in the kernel manual.
Robert P. J. Day
Fix missing prompt, missing "git" and break overly long command in
two since it disappears off the page in the PDF output. Signed-off-by: Robert P. J. Day <rpjday@...> --- these fixes should be self-evident. diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml index 0cb7154..5a0d975 100644 --- a/documentation/kernel-manual/kernel-how-to.xml +++ b/documentation/kernel-manual/kernel-how-to.xml @@ -727,7 +727,7 @@ repository. <para> Use this command form to push the changes: <literallayout class='monospaced'> - git push ssh://<master server>/<path to repo> <local branch>:<remote branch> + > git push ssh://<master server>/<path to repo> <local branch>:<remote branch> </literallayout> </para> @@ -736,7 +736,8 @@ repository. <filename>yocto/standard/common-pc/base</filename> to the remote branch with the same name in the master repository <filename>//git.mycompany.com/pub/git/kernel-2.6.37</filename>. <literallayout class='monospaced'> - > push ssh://git.mycompany.com/pub/git/kernel-2.6.37 yocto/standard/common-pc/base:yocto/standard/common-pc/base + > git push ssh://git.mycompany.com/pub/git/kernel-2.6.37 \ + yocto/standard/common-pc/base:yocto/standard/common-pc/base </literallayout> </para> -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== |
|