summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-18 10:56:46 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:16:22 +0100
commit4a64457555d0ed07e3a2f0157f402bca228c857d (patch)
tree6900857b28380240366bdb6386c50fad40d2edb4 /documentation/ref-manual/ref-variables.xml
parente1a17f030a5f1571b1f488d37be3fb880c4f2495 (diff)
downloadpoky-4a64457555d0ed07e3a2f0157f402bca228c857d.tar.gz
ref-manual: Added "class" as part of a link reference to a class.
(From yocto-docs rev: d563458d4f10ead158c54736098e6c601ed305c3) Signed-off-by: Scott Rifenbark <srifenbark@gmail.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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 4ad65a8b65..4257b21092 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -13966,7 +13966,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
13966 in your recipe. 13966 in your recipe.
13967 The variable's default value is set in the 13967 The variable's default value is set in the
13968 <link linkend='ref-classes-syslinux'><filename>syslinux</filename></link> 13968 <link linkend='ref-classes-syslinux'><filename>syslinux</filename></link>
13969 as follows: 13969 class as follows:
13970 <literallayout class='monospaced'> 13970 <literallayout class='monospaced'>
13971 SYSLINUX_SERIAL ?= "0 115200" 13971 SYSLINUX_SERIAL ?= "0 115200"
13972 </literallayout> 13972 </literallayout>