summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/introduction.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-04-21 14:34:38 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-24 11:07:34 +0100
commitee19ce07ac22feaff78301c0c03f8760245ca1dc (patch)
treee6d1b9abb2216266e888dcf9ad1764ec25858b2d /documentation/ref-manual/introduction.xml
parent5c27b8bbd6312d400eaffc00cbdeac08c999001c (diff)
downloadpoky-ee19ce07ac22feaff78301c0c03f8760245ca1dc.tar.gz
ref-manual: Fixed some dashes in the user input examples.
I typically try to use the underscore character to string together multi-word user-input descriptors in examples. I fixed a bunche here. (From yocto-docs rev: 68474b5a8b5c96b0fc19fda29e667369f4606e31) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/introduction.xml')
-rw-r--r--documentation/ref-manual/introduction.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml
index 40b4e21627..cc3f6b075c 100644
--- a/documentation/ref-manual/introduction.xml
+++ b/documentation/ref-manual/introduction.xml
@@ -495,14 +495,14 @@
495 choose the installation directory. 495 choose the installation directory.
496 For example, you could choose the following: 496 For example, you could choose the following:
497 <literallayout class='monospaced'> 497 <literallayout class='monospaced'>
498 /home/<replaceable>your-username</replaceable>/buildtools 498 /home/<replaceable>your_username</replaceable>/buildtools
499 </literallayout> 499 </literallayout>
500 </para></listitem> 500 </para></listitem>
501 <listitem><para> 501 <listitem><para>
502 Source the tools environment setup script by using a 502 Source the tools environment setup script by using a
503 command like the following: 503 command like the following:
504 <literallayout class='monospaced'> 504 <literallayout class='monospaced'>
505 $ source /home/<replaceable>your-username</replaceable>/buildtools/environment-setup-i586-poky-linux 505 $ source /home/<replaceable>your_username</replaceable>/buildtools/environment-setup-i586-poky-linux
506 </literallayout> 506 </literallayout>
507 Of course, you need to supply your installation directory and be 507 Of course, you need to supply your installation directory and be
508 sure to use the right file (i.e. i585 or x86-64). 508 sure to use the right file (i.e. i585 or x86-64).