diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-03-04 06:11:33 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-06 10:44:40 +0000 |
commit | f0b44ff4b4be8f4f9c09022782e6554e7c8cd22d (patch) | |
tree | 06f08edf682afb512a8ddb4f0f11a3733c1b8aac /documentation/kernel-dev/kernel-dev-common.xml | |
parent | dc56adb5fb2d8b83d869f206ef4208aa7ba77e2a (diff) | |
download | 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/kernel-dev/kernel-dev-common.xml')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 10 |
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 e16b9e79a4..633a233e65 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml | |||
@@ -838,7 +838,7 @@ | |||
838 | To see a full range of the changes, use the | 838 | To see a full range of the changes, use the |
839 | <filename>git whatchanged</filename> command and specify a | 839 | <filename>git whatchanged</filename> command and specify a |
840 | commit range for the branch | 840 | commit range for the branch |
841 | (<filename><commit>..<commit></filename>). | 841 | (<replaceable>commit</replaceable><filename>..</filename><replaceable>commit</replaceable>). |
842 | </para> | 842 | </para> |
843 | 843 | ||
844 | <para> | 844 | <para> |
@@ -895,16 +895,16 @@ | |||
895 | <para> | 895 | <para> |
896 | Tags in the Yocto Project kernel tree divide changes for | 896 | Tags in the Yocto Project kernel tree divide changes for |
897 | significant features or branches. | 897 | significant features or branches. |
898 | The <filename>git show <tag></filename> command shows | 898 | The <filename>git show</filename> <replaceable>tag</replaceable> |
899 | changes based on a tag. | 899 | command shows changes based on a tag. |
900 | Here is an example that shows <filename>systemtap</filename> | 900 | Here is an example that shows <filename>systemtap</filename> |
901 | changes: | 901 | changes: |
902 | <literallayout class='monospaced'> | 902 | <literallayout class='monospaced'> |
903 | $ git show systemtap | 903 | $ git show systemtap |
904 | </literallayout> | 904 | </literallayout> |
905 | You can use the | 905 | You can use the |
906 | <filename>git branch --contains <tag></filename> command | 906 | <filename>git branch --contains</filename> <replaceable>tag</replaceable> |
907 | to show the branches that contain a particular feature. | 907 | command to show the branches that contain a particular feature. |
908 | This command shows the branches that contain the | 908 | This command shows the branches that contain the |
909 | <filename>systemtap</filename> feature: | 909 | <filename>systemtap</filename> feature: |
910 | <literallayout class='monospaced'> | 910 | <literallayout class='monospaced'> |