summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-04-21 13:15:37 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-24 11:07:50 +0100
commit8614206f39698389d06212caa6507197410ec926 (patch)
treed7613ec5122b0e74105c9b83145861050633c86b /documentation
parent06cbcff7be36e18a842b0d33dbc79607070b5317 (diff)
downloadpoky-8614206f39698389d06212caa6507197410ec926.tar.gz
adt-manual: fixed formatting for user-supplied data in example.
(From yocto-docs rev: c3c264f14961c1e43da7bb0177cee4e3b4440b92) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/adt-manual/adt-command.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/adt-manual/adt-command.xml b/documentation/adt-manual/adt-command.xml
index d6fa8ee4d4..89184b2226 100644
--- a/documentation/adt-manual/adt-command.xml
+++ b/documentation/adt-manual/adt-command.xml
@@ -186,7 +186,7 @@
186 rebuild it using the appropriate cross-toolchain tools: 186 rebuild it using the appropriate cross-toolchain tools:
187 <literallayout class='monospaced'> 187 <literallayout class='monospaced'>
188 $ ./configure --host=armv5te-poky-linux-gnueabi \ 188 $ ./configure --host=armv5te-poky-linux-gnueabi \
189 --with-libtool-sysroot=<replaceable>sysroot-dir</replaceable> 189 --with-libtool-sysroot=<replaceable>sysroot_dir</replaceable>
190 </literallayout> 190 </literallayout>
191 <note> 191 <note>
192 If the <filename>configure</filename> script results in problems recognizing the 192 If the <filename>configure</filename> script results in problems recognizing the