summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-06-12 14:18:50 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-14 17:33:31 +0100
commitb38ed97194d899ffc693bb6d1a8af6ad4c8b22a1 (patch)
treee1c98084cd2ff4bb61ae21fc4c22ab4f2f9bba0a /documentation
parentcb427a6bee62973eba640b79ec0610acd8899635 (diff)
downloadpoky-b38ed97194d899ffc693bb6d1a8af6ad4c8b22a1.tar.gz
ref-manual: Fixed grammar in PREFERRED_VERSION glossary item.
(From yocto-docs rev: d695ef6e636755e9ee33fe09f8da0a12fbc8c224) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 598673fa18..d7fdfed657 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3047,10 +3047,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
3047 you want to select, and you should set to the 3047 you want to select, and you should set to the
3048 <link linkend='var-PV'><filename>PV</filename></link> 3048 <link linkend='var-PV'><filename>PV</filename></link>
3049 accordingly for precedence. 3049 accordingly for precedence.
3050 You can use the "<filename>%</filename>" character as a wildcard 3050 You can use the "<filename>%</filename>" character as a
3051 to match any number of characters, which can be useful when 3051 wildcard to match any number of characters, which can be
3052 specifying versions that contain long revision number that could 3052 useful when specifying versions that contain long revision
3053 potentially change. 3053 numberS that could potentially change.
3054 Here are two examples: 3054 Here are two examples:
3055 <literallayout class='monospaced'> 3055 <literallayout class='monospaced'>
3056 PREFERRED_VERSION_python = "2.6.6" 3056 PREFERRED_VERSION_python = "2.6.6"