summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.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/ref-variables.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/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml10
1 files changed, 5 insertions, 5 deletions
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