diff options
-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'> |