diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-12-13 13:44:16 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-12-14 13:43:55 -0800 |
commit | ef8e0d6f38fd920665cd430b47211df1d7a01f20 (patch) | |
tree | 95dbba1460bc8d97d1cbd7bf85f0262d0b96896c /documentation/kernel-manual | |
parent | 22cd27dac4627ffdc86fae930138120765ddb49c (diff) | |
download | poky-ef8e0d6f38fd920665cd430b47211df1d7a01f20.tar.gz |
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>
Diffstat (limited to 'documentation/kernel-manual')
-rw-r--r-- | documentation/kernel-manual/kernel-how-to.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml index 67f6a90c68..6b326b5561 100644 --- a/documentation/kernel-manual/kernel-how-to.xml +++ b/documentation/kernel-manual/kernel-how-to.xml | |||
@@ -1078,7 +1078,8 @@ That's it. Configure and build. | |||
1078 | <para> | 1078 | <para> |
1079 | Now create a branch in the local clone and push it to the bare clone: | 1079 | Now create a branch in the local clone and push it to the bare clone: |
1080 | <literallayout class='monospaced'> | 1080 | <literallayout class='monospaced'> |
1081 | $ git checkout -b crownbay-standard origin/standard $ git push origin crownbay-standard:crownbay-standard | 1081 | $ git checkout -b crownbay-standard origin/standard |
1082 | $ git push origin crownbay-standard:crownbay-standard | ||
1082 | </literallayout> | 1083 | </literallayout> |
1083 | </para> | 1084 | </para> |
1084 | 1085 | ||