summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-04-21 13:53:37 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-24 11:07:34 +0100
commit5c27b8bbd6312d400eaffc00cbdeac08c999001c (patch)
treeb4e50409c4c711cc5e6ba04cd1e04c52a5694ec7 /documentation
parentbed39bb69e2c652e8f77ec958d22d71cd212f359 (diff)
downloadpoky-5c27b8bbd6312d400eaffc00cbdeac08c999001c.tar.gz
ref-manual: Fixed some formatting on a user-input example.
(From yocto-docs rev: 0a2abec012ad3af4af9ab41bd9e679ca26903062) 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/ref-manual/introduction.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml
index b6b98598dc..40b4e21627 100644
--- a/documentation/ref-manual/introduction.xml
+++ b/documentation/ref-manual/introduction.xml
@@ -416,7 +416,7 @@
416 Source the tools environment setup script by using a 416 Source the tools environment setup script by using a
417 command like the following: 417 command like the following:
418 <literallayout class='monospaced'> 418 <literallayout class='monospaced'>
419 $ source /home/<replaceable>your-username</replaceable>/buildtools/environment-setup-i586-poky-linux 419 $ source /home/<replaceable>your_username</replaceable>/buildtools/environment-setup-i586-poky-linux
420 </literallayout> 420 </literallayout>
421 Of course, you need to supply your installation directory and be 421 Of course, you need to supply your installation directory and be
422 sure to use the right file (i.e. i585 or x86-64). 422 sure to use the right file (i.e. i585 or x86-64).