summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-03-04 06:11:33 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-06 10:44:40 +0000
commitf0b44ff4b4be8f4f9c09022782e6554e7c8cd22d (patch)
tree06f08edf682afb512a8ddb4f0f11a3733c1b8aac /documentation
parentdc56adb5fb2d8b83d869f206ef4208aa7ba77e2a (diff)
downloadast2050-yocto-poky-f0b44ff4b4be8f4f9c09022782e6554e7c8cd22d.zip
ast2050-yocto-poky-f0b44ff4b4be8f4f9c09022782e6554e7c8cd22d.tar.gz
kernel-dev: Applied some user-input formatting for some variables.
(From yocto-docs rev: 2aa26a4f32268997e730d48626ad074ef9fcd8bf) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/kernel-dev/kernel-dev-common.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml
index e16b9e7..633a233 100644
--- a/documentation/kernel-dev/kernel-dev-common.xml
+++ b/documentation/kernel-dev/kernel-dev-common.xml
@@ -838,7 +838,7 @@
To see a full range of the changes, use the
<filename>git whatchanged</filename> command and specify a
commit range for the branch
- (<filename>&lt;commit&gt;..&lt;commit&gt;</filename>).
+ (<replaceable>commit</replaceable><filename>..</filename><replaceable>commit</replaceable>).
</para>
<para>
@@ -895,16 +895,16 @@
<para>
Tags in the Yocto Project kernel tree divide changes for
significant features or branches.
- The <filename>git show &lt;tag&gt;</filename> command shows
- changes based on a tag.
+ The <filename>git show</filename>&nbsp;<replaceable>tag</replaceable>
+ command shows changes based on a tag.
Here is an example that shows <filename>systemtap</filename>
changes:
<literallayout class='monospaced'>
$ git show systemtap
</literallayout>
You can use the
- <filename>git branch --contains &lt;tag&gt;</filename> command
- to show the branches that contain a particular feature.
+ <filename>git branch --contains</filename>&nbsp;<replaceable>tag</replaceable>
+ command to show the branches that contain a particular feature.
This command shows the branches that contain the
<filename>systemtap</filename> feature:
<literallayout class='monospaced'>
OpenPOWER on IntegriCloud