summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual/adt-command.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-08-16 06:41:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-23 18:46:34 -0700
commitcc340cdfbb97e428a7e8a285ea939f5543bf1ce2 (patch)
treebcb14cac81bed80ff6f0a89f8c9bd70f18a3a098 /documentation/adt-manual/adt-command.xml
parentcc4a9d7e8db3699f8ceac78aff07f7735a639cb3 (diff)
downloadpoky-cc340cdfbb97e428a7e8a285ea939f5543bf1ce2.tar.gz
documentation/adt-manual/adt-command.xml: fixed double dash display.
In the PDF version of the manual the "&dash;&dash;" docbook command does not display. I changed this to "--". (From yocto-docs rev: b5f42fad0c7447a480e0557988f868ef4833abbf) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual/adt-command.xml')
-rw-r--r--documentation/adt-manual/adt-command.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/adt-manual/adt-command.xml b/documentation/adt-manual/adt-command.xml
index 40107647c1..e647a374a8 100644
--- a/documentation/adt-manual/adt-command.xml
+++ b/documentation/adt-manual/adt-command.xml
@@ -37,7 +37,8 @@
37 <filename>environment-setup-armv5te-poky-linux-gnueabi</filename>. 37 <filename>environment-setup-armv5te-poky-linux-gnueabi</filename>.
38 Thus, the following command works: 38 Thus, the following command works:
39 <literallayout class='monospaced'> 39 <literallayout class='monospaced'>
40 $ configure &dash;&dash;host-armv5te-poky-linux-gnueabi &dash;&dash;with-libtool-sysroot=&lt;sysroot-dir&gt; 40 $ configure --host=armv5te-poky-linux-gnueabi \
41 --with-libtool-sysroot=&lt;sysroot-dir&gt;
41 </literallayout> 42 </literallayout>
42 </para> 43 </para>
43 <para> 44 <para>
@@ -55,8 +56,8 @@
55 <literallayout class='monospaced'> 56 <literallayout class='monospaced'>
56 CC=arm-poky-linux-gnueabi-gcc 57 CC=arm-poky-linux-gnueabi-gcc
57 LD=arm-poky-linux-gnueabi-ld 58 LD=arm-poky-linux-gnueabi-ld
58 CFLAGS=”${CFLAGS} &dash;&dash;sysroot=&lt;sysroot-dir&gt;” 59 CFLAGS=”${CFLAGS} --sysroot=&lt;sysroot-dir&gt;”
59 CXXFLAGS=”${CXXFLAGS} &dash;&dash;sysroot=&lt;sysroot-dir&gt;” 60 CXXFLAGS=”${CXXFLAGS} --sysroot=&lt;sysroot-dir&gt;”
60 </literallayout> 61 </literallayout>
61 </para> 62 </para>
62</section> 63</section>