diff options
| -rw-r--r-- | documentation/kernel-dev/kernel-dev-advanced.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml index df3f30141a..43dec92555 100644 --- a/documentation/kernel-dev/kernel-dev-advanced.xml +++ b/documentation/kernel-dev/kernel-dev-advanced.xml | |||
| @@ -1034,11 +1034,11 @@ | |||
| 1034 | </section> | 1034 | </section> |
| 1035 | 1035 | ||
| 1036 | <section id='scc-reference'> | 1036 | <section id='scc-reference'> |
| 1037 | <title>SCC Reference</title> | 1037 | <title>SCC Description File Reference</title> |
| 1038 | 1038 | ||
| 1039 | <para> | 1039 | <para> |
| 1040 | This section provides short descriptions for the commands you can | 1040 | This section provides a brief reference for the commands you can use |
| 1041 | use from an <filename>.scc</filename>: | 1041 | within an SCC description file (<filename>.scc</filename>): |
| 1042 | <itemizedlist> | 1042 | <itemizedlist> |
| 1043 | <listitem><para><filename>branch [ref]</filename>: | 1043 | <listitem><para><filename>branch [ref]</filename>: |
| 1044 | Creates a new branch relative to the current branch | 1044 | Creates a new branch relative to the current branch |
| @@ -1051,13 +1051,15 @@ | |||
| 1051 | <filename>KTYPE</filename>, <filename>KARCH</filename>, | 1051 | <filename>KTYPE</filename>, <filename>KARCH</filename>, |
| 1052 | and <filename>KFEATURE_DESCRIPTION</filename>.</para></listitem> | 1052 | and <filename>KFEATURE_DESCRIPTION</filename>.</para></listitem> |
| 1053 | <listitem><para><filename>include SCC_FILE</filename>: | 1053 | <listitem><para><filename>include SCC_FILE</filename>: |
| 1054 | Includes an <filename>scc</filename> file in the current file. | 1054 | Includes an SCC file in the current file. |
| 1055 | It will be parsed as if inserted inline.</para></listitem> | 1055 | The file is parsed as if you had inserted it inline. |
| 1056 | </para></listitem> | ||
| 1056 | <listitem><para><filename>kconf [hardware|non-hardware] CFG_FILE</filename>: | 1057 | <listitem><para><filename>kconf [hardware|non-hardware] CFG_FILE</filename>: |
| 1057 | Queues a configuration fragment for merging into the final | 1058 | Queues a configuration fragment for merging into the final |
| 1058 | Linux <filename>.config</filename> file.</para></listitem> | 1059 | Linux <filename>.config</filename> file.</para></listitem> |
| 1059 | <listitem><para><filename>git merge GIT_BRANCH</filename>: | 1060 | <listitem><para><filename>git merge GIT_BRANCH</filename>: |
| 1060 | Merges the feature branch into the current branch.</para></listitem> | 1061 | Merges the feature branch into the current branch. |
| 1062 | </para></listitem> | ||
| 1061 | <listitem><para><filename>patch PATCH_FILE</filename>: | 1063 | <listitem><para><filename>patch PATCH_FILE</filename>: |
| 1062 | Applies the patch to the current Git branch.</para></listitem> | 1064 | Applies the patch to the current Git branch.</para></listitem> |
| 1063 | </itemizedlist> | 1065 | </itemizedlist> |
