summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 0e443243f5..62f0ee4433 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1948,7 +1948,7 @@
1948 <title>Fine-tuning the Kernel Configuration File</title> 1948 <title>Fine-tuning the Kernel Configuration File</title>
1949 1949
1950 <para> 1950 <para>
1951 You can make sure the <filename>.config</filename> is as lean or efficient as 1951 You can make sure the <filename>.config</filename> file is as lean or efficient as
1952 possible by reading the output of the kernel configuration fragment audit, 1952 possible by reading the output of the kernel configuration fragment audit,
1953 noting any issues, making changes to correct the issues, and then repeating. 1953 noting any issues, making changes to correct the issues, and then repeating.
1954 </para> 1954 </para>
@@ -1965,7 +1965,7 @@
1965 <filename>.config</filename> file.</para></listitem> 1965 <filename>.config</filename> file.</para></listitem>
1966 <listitem><para>Configuration items that appear twice in the same 1966 <listitem><para>Configuration items that appear twice in the same
1967 configuration fragment.</para></listitem> 1967 configuration fragment.</para></listitem>
1968 <listitem><para>Configuration items tagged as 'required' were overridden. 1968 <listitem><para>Configuration items tagged as "required" were overridden.
1969 </para></listitem> 1969 </para></listitem>
1970 <listitem><para>A board overrides a non-board specific option.</para></listitem> 1970 <listitem><para>A board overrides a non-board specific option.</para></listitem>
1971 <listitem><para>Listed options not valid for the kernel being processed. 1971 <listitem><para>Listed options not valid for the kernel being processed.