diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-04-21 13:53:37 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-24 11:07:50 +0100 |
commit | 831fe9fa278da111473f79cc9d9823011f5641c3 (patch) | |
tree | 9e6a0fac0ea0184e7187f6970d2d170d6a8f469b | |
parent | 09473192662dfad111348dcc567208107ef7221a (diff) | |
download | poky-831fe9fa278da111473f79cc9d9823011f5641c3.tar.gz |
ref-manual: Fixed some formatting on a user-input example.
(From yocto-docs rev: d27d950d8a128c06684c3bc9e55c73c5f4f9658b)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/introduction.xml | 2 |
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). |