diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-10-16 16:31:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-18 16:15:30 +0200 |
commit | 2eaf7e6e7524ec2a1eeca35b41f123fdee7e120b (patch) | |
tree | ace8abdef240fafd3bdbeed9001e67da40d7cbd8 /documentation/ref-manual/introduction.xml | |
parent | b96378eb6b2443301b04dfc83eecf36eced6a27c (diff) | |
download | poky-2eaf7e6e7524ec2a1eeca35b41f123fdee7e120b.tar.gz |
ref-manual: Scrubbed for variable (user) input.
Throughout the manual I had been using angled bracket sets to
denote user-supplied input. This is confusing and better shown
by using the <replaceable></replaceable> tags. I scrubbed all
the chapters and replaced as needed.
Some other minor formatting changes were caught and fixed during
the scrub as well.
(From yocto-docs rev: 9a668574dd18828a750cfa2e8c28e1f089a19609)
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.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index a81f4cbe09..f0db72a461 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml | |||
@@ -402,14 +402,14 @@ | |||
402 | choose the installation directory. | 402 | choose the installation directory. |
403 | For example, you could choose the following: | 403 | For example, you could choose the following: |
404 | <literallayout class='monospaced'> | 404 | <literallayout class='monospaced'> |
405 | /home/your-username/buildtools | 405 | /home/<replaceable>your-username</replaceable>/buildtools |
406 | </literallayout> | 406 | </literallayout> |
407 | </para></listitem> | 407 | </para></listitem> |
408 | <listitem><para> | 408 | <listitem><para> |
409 | Source the tools environment setup script by using a | 409 | Source the tools environment setup script by using a |
410 | command like the following: | 410 | command like the following: |
411 | <literallayout class='monospaced'> | 411 | <literallayout class='monospaced'> |
412 | $ source /home/your-username/buildtools/environment-setup-i586-poky-linux | 412 | $ source /home/<replaceable>your-username</replaceable>/buildtools/environment-setup-i586-poky-linux |
413 | </literallayout> | 413 | </literallayout> |
414 | Of course, you need to supply your installation directory and be | 414 | Of course, you need to supply your installation directory and be |
415 | sure to use the right file (i.e. i585 or x86-64). | 415 | sure to use the right file (i.e. i585 or x86-64). |
@@ -488,14 +488,14 @@ | |||
488 | choose the installation directory. | 488 | choose the installation directory. |
489 | For example, you could choose the following: | 489 | For example, you could choose the following: |
490 | <literallayout class='monospaced'> | 490 | <literallayout class='monospaced'> |
491 | /home/your-username/buildtools | 491 | /home/<replaceable>your-username</replaceable>/buildtools |
492 | </literallayout> | 492 | </literallayout> |
493 | </para></listitem> | 493 | </para></listitem> |
494 | <listitem><para> | 494 | <listitem><para> |
495 | Source the tools environment setup script by using a | 495 | Source the tools environment setup script by using a |
496 | command like the following: | 496 | command like the following: |
497 | <literallayout class='monospaced'> | 497 | <literallayout class='monospaced'> |
498 | $ source /home/your-username/buildtools/environment-setup-i586-poky-linux | 498 | $ source /home/<replaceable>your-username</replaceable>/buildtools/environment-setup-i586-poky-linux |
499 | </literallayout> | 499 | </literallayout> |
500 | Of course, you need to supply your installation directory and be | 500 | Of course, you need to supply your installation directory and be |
501 | sure to use the right file (i.e. i585 or x86-64). | 501 | sure to use the right file (i.e. i585 or x86-64). |