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:50 +0100
commitac91a56adcfc39a0ff2e7a0577a0954dd3473066 (patch)
tree7838b4e3348645fb8956a42a1ed578b74459f5d7 /documentation/ref-manual/ref-variables.xml
parent831fe9fa278da111473f79cc9d9823011f5641c3 (diff)
downloadpoky-ac91a56adcfc39a0ff2e7a0577a0954dd3473066.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: f7bc59cfb88537a2e3045a44978e974227b8ea9f) 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 22b98c7277..9135ebfb3b 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -9155,7 +9155,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9155 them in conjunction with a package name override. 9155 them in conjunction with a package name override.
9156 Here is an example: 9156 Here is an example:
9157 <literallayout class='monospaced'> 9157 <literallayout class='monospaced'>
9158 RCONFLICTS_${PN} = "<replaceable>another-conflicting-package-name</replaceable>" 9158 RCONFLICTS_${PN} = "<replaceable>another_conflicting_package_name</replaceable>"
9159 </literallayout> 9159 </literallayout>
9160 </para> 9160 </para>
9161 9161
@@ -9613,7 +9613,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9613 override. 9613 override.
9614 Here is an example: 9614 Here is an example:
9615 <literallayout class='monospaced'> 9615 <literallayout class='monospaced'>
9616 RREPLACES_${PN} = "<replaceable>other-package-being-replaced</replaceable>" 9616 RREPLACES_${PN} = "<replaceable>other_package_being_replaced</replaceable>"
9617 </literallayout> 9617 </literallayout>
9618 </para> 9618 </para>
9619 9619
@@ -9665,7 +9665,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9665 override. 9665 override.
9666 Here is an example: 9666 Here is an example:
9667 <literallayout class='monospaced'> 9667 <literallayout class='monospaced'>
9668 RSUGGESTS_${PN} = "<replaceable>useful-package</replaceable> <replaceable>another-package</replaceable>" 9668 RSUGGESTS_${PN} = "<replaceable>useful_package</replaceable> <replaceable>another_package</replaceable>"
9669 </literallayout> 9669 </literallayout>
9670 </para> 9670 </para>
9671 </glossdef> 9671 </glossdef>
@@ -10335,10 +10335,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10335 To use this variable, you must globally inherit the 10335 To use this variable, you must globally inherit the
10336 <link linkend='ref-classes-own-mirrors'><filename>own-mirrors</filename></link> 10336 <link linkend='ref-classes-own-mirrors'><filename>own-mirrors</filename></link>
10337 class and then provide the URL to your mirrors. 10337 class and then provide the URL to your mirrors.
10338 Here is an example: 10338 Here is the general syntax:
10339 <literallayout class='monospaced'> 10339 <literallayout class='monospaced'>
10340 INHERIT += "own-mirrors" 10340 INHERIT += "own-mirrors"
10341 SOURCE_MIRROR_URL = "http://example.com/my-source-mirror" 10341 SOURCE_MIRROR_URL = "http://<replaceable>example</replaceable>.com/<replaceable>my_source_mirror</replaceable>"
10342 </literallayout> 10342 </literallayout>
10343 <note> 10343 <note>
10344 You can specify only a single URL in 10344 You can specify only a single URL in