documentation/kernel-manual/kernel-how-to.xml: added newline character

There was a git checkout and git push command that did not have a newline
character between the two line in a literallayout block.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
This commit is contained in:
Scott Rifenbark
2010-12-13 13:44:16 -08:00
committed by Saul Wold
parent 22cd27dac4
commit ef8e0d6f38

View File

@@ -1078,7 +1078,8 @@ That's it. Configure and build.
<para>
Now create a branch in the local clone and push it to the bare clone:
<literallayout class='monospaced'>
$ git checkout -b crownbay-standard origin/standard $ git push origin crownbay-standard:crownbay-standard
$ git checkout -b crownbay-standard origin/standard
$ git push origin crownbay-standard:crownbay-standard
</literallayout>
</para>