diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-04-21 14:34:38 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-24 11:07:34 +0100 |
commit | ee19ce07ac22feaff78301c0c03f8760245ca1dc (patch) | |
tree | e6d1b9abb2216266e888dcf9ad1764ec25858b2d | |
parent | 5c27b8bbd6312d400eaffc00cbdeac08c999001c (diff) | |
download | poky-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>
-rw-r--r-- | documentation/ref-manual/introduction.xml | 4 | ||||
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 10 |
2 files changed, 7 insertions, 7 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). |
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index f826282ed5..c0cae81212 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -9181,7 +9181,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9181 | them in conjunction with a package name override. | 9181 | them in conjunction with a package name override. |
9182 | Here is an example: | 9182 | Here is an example: |
9183 | <literallayout class='monospaced'> | 9183 | <literallayout class='monospaced'> |
9184 | RCONFLICTS_${PN} = "<replaceable>another-conflicting-package-name</replaceable>" | 9184 | RCONFLICTS_${PN} = "<replaceable>another_conflicting_package_name</replaceable>" |
9185 | </literallayout> | 9185 | </literallayout> |
9186 | </para> | 9186 | </para> |
9187 | 9187 | ||
@@ -9639,7 +9639,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9639 | override. | 9639 | override. |
9640 | Here is an example: | 9640 | Here is an example: |
9641 | <literallayout class='monospaced'> | 9641 | <literallayout class='monospaced'> |
9642 | RREPLACES_${PN} = "<replaceable>other-package-being-replaced</replaceable>" | 9642 | RREPLACES_${PN} = "<replaceable>other_package_being_replaced</replaceable>" |
9643 | </literallayout> | 9643 | </literallayout> |
9644 | </para> | 9644 | </para> |
9645 | 9645 | ||
@@ -9691,7 +9691,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9691 | override. | 9691 | override. |
9692 | Here is an example: | 9692 | Here is an example: |
9693 | <literallayout class='monospaced'> | 9693 | <literallayout class='monospaced'> |
9694 | RSUGGESTS_${PN} = "<replaceable>useful-package</replaceable> <replaceable>another-package</replaceable>" | 9694 | RSUGGESTS_${PN} = "<replaceable>useful_package</replaceable> <replaceable>another_package</replaceable>" |
9695 | </literallayout> | 9695 | </literallayout> |
9696 | </para> | 9696 | </para> |
9697 | </glossdef> | 9697 | </glossdef> |
@@ -10361,10 +10361,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10361 | To use this variable, you must globally inherit the | 10361 | To use this variable, you must globally inherit the |
10362 | <link linkend='ref-classes-own-mirrors'><filename>own-mirrors</filename></link> | 10362 | <link linkend='ref-classes-own-mirrors'><filename>own-mirrors</filename></link> |
10363 | class and then provide the URL to your mirrors. | 10363 | class and then provide the URL to your mirrors. |
10364 | Here is an example: | 10364 | Here is the general syntax: |
10365 | <literallayout class='monospaced'> | 10365 | <literallayout class='monospaced'> |
10366 | INHERIT += "own-mirrors" | 10366 | INHERIT += "own-mirrors" |
10367 | SOURCE_MIRROR_URL = "http://example.com/my-source-mirror" | 10367 | SOURCE_MIRROR_URL = "http://<replaceable>example</replaceable>.com/<replaceable>my_source_mirror</replaceable>" |
10368 | </literallayout> | 10368 | </literallayout> |
10369 | <note> | 10369 | <note> |
10370 | You can specify only a single URL in | 10370 | You can specify only a single URL in |