summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2010-12-13 13:41:38 -0800
committerSaul Wold <sgw@linux.intel.com>2010-12-14 13:43:54 -0800
commit22cd27dac4627ffdc86fae930138120765ddb49c (patch)
tree41d8d92b6b1ffe7808962a2efe027a4b06fa806e /documentation/kernel-manual
parente8017dc3cbfc40a03d47ed170518726075937bd3 (diff)
downloadast2050-yocto-poky-22cd27dac4627ffdc86fae930138120765ddb49c.zip
ast2050-yocto-poky-22cd27dac4627ffdc86fae930138120765ddb49c.tar.gz
documentation/kernel-manual/kernel-how-to.xml: fixed typo bug 588
removed the ";" character that was part of the git log --pretty=oneline command example. This fixes bug [BUGID# 588]. 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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml
index 85bd8f8..67f6a90 100644
--- a/documentation/kernel-manual/kernel-how-to.xml
+++ b/documentation/kernel-manual/kernel-how-to.xml
@@ -429,7 +429,7 @@ repository.
&gt; eg: git whatchanged standard..common_pc-standard
# summary of the changes
- &gt; git log --pretty=oneline --;abbrev-commit &lt;kernel type&gt;..&lt;bsp&gt;-&lt;kernel type&gt;
+ &gt; git log --pretty=oneline --abbrev-commit &lt;kernel type&gt;..&lt;bsp&gt;-&lt;kernel type&gt;
# source code changes (one combined diff)
&gt; git diff &lt;kernel type&gt;..&lt;bsp&gt;-&lt;kernel type&gt;
OpenPOWER on IntegriCloud