summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/kernel-dev-maint-appx.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-10-16 17:18:18 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-10-18 16:15:30 +0200
commitd6e89e7122c7d588cf3a505d4eb5f67fdb520a9d (patch)
treec549bdbaf22325f46ad5428781b672f7046542d4 /documentation/kernel-dev/kernel-dev-maint-appx.xml
parent5f613896ee90920baf9fe110faf5c8a4a249a9f9 (diff)
downloadpoky-d6e89e7122c7d588cf3a505d4eb5f67fdb520a9d.tar.gz
kernel-dev: Scrubbed and fixed all user-supplied input formatting.
In the manual I was using angled brackets to denote user-supplied input values. This was confusing so I changed to using the <replaceable></replaceable> tag pair. (From yocto-docs rev: dc73a78f11038a1ff04b16867e7513f31f02374b) 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-maint-appx.xml')
-rw-r--r--documentation/kernel-dev/kernel-dev-maint-appx.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/kernel-dev/kernel-dev-maint-appx.xml b/documentation/kernel-dev/kernel-dev-maint-appx.xml
index a7c144ff75..a72dcff01b 100644
--- a/documentation/kernel-dev/kernel-dev-maint-appx.xml
+++ b/documentation/kernel-dev/kernel-dev-maint-appx.xml
@@ -88,7 +88,7 @@
88 feature description in an <filename>.scc</filename> file 88 feature description in an <filename>.scc</filename> file
89 whose name follows this format: 89 whose name follows this format:
90 <literallayout class='monospaced'> 90 <literallayout class='monospaced'>
91 &lt;bsp_name&gt;-&lt;kernel_type&gt;.scc 91 <replaceable>bsp_name</replaceable>-<replaceable>kernel_type</replaceable>.scc
92 </literallayout> 92 </literallayout>
93 </para></listitem> 93 </para></listitem>
94 <listitem><para>Once located, the feature description is either compiled into a simple script 94 <listitem><para>Once located, the feature description is either compiled into a simple script
@@ -157,7 +157,7 @@
157 <listitem><para>A BSP build branch exists. 157 <listitem><para>A BSP build branch exists.
158 This branch has the following form: 158 This branch has the following form:
159 <literallayout class='monospaced'> 159 <literallayout class='monospaced'>
160 &lt;kernel_type&gt;/&lt;bsp_name&gt; 160 <replaceable>kernel_type</replaceable>/<replaceable>bsp_name</replaceable>
161 </literallayout></para></listitem> 161 </literallayout></para></listitem>
162 </itemizedlist> 162 </itemizedlist>
163 163
@@ -194,7 +194,7 @@
194 <filename>${MACHINE}</filename> is the metadata name of the machine (BSP) and "kernel_type" is one 194 <filename>${MACHINE}</filename> is the metadata name of the machine (BSP) and "kernel_type" is one
195 of the Yocto Project supported kernel types (e.g. "standard"): 195 of the Yocto Project supported kernel types (e.g. "standard"):
196 <literallayout class='monospaced'> 196 <literallayout class='monospaced'>
197 linux-${MACHINE}-&lt;kernel_type&gt;-build 197 linux-${MACHINE}-<replaceable>kernel_type</replaceable>-build
198 </literallayout> 198 </literallayout>
199 </para> 199 </para>
200 200