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>
This commit is contained in:
Scott Rifenbark 2015-03-04 06:11:33 -08:00 committed by Richard Purdie
parent dc56adb5fb
commit f0b44ff4b4
1 changed files with 5 additions and 5 deletions

View File

@ -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'>