summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-18 10:58:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:17:54 +0100
commite21e2874a196a981954c5e2656f0817ea5a6d457 (patch)
tree15f5a0c4d585a850be0f7da1d2cdd829ba63e07b /documentation/ref-manual
parent2501e84f9a26bce01841807da005441b3974bfd1 (diff)
downloadpoky-e21e2874a196a981954c5e2656f0817ea5a6d457.tar.gz
ref-manual: Added "class" as part of a link to a class.
(From yocto-docs rev: e6ee6d5b32fa8a9945b23279c3403e14dac7165b) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-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 4257b21092..fd89b4d8c8 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -14009,7 +14009,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
14009 Specifies the alternate console=tty... kernel boot argument. 14009 Specifies the alternate console=tty... kernel boot argument.
14010 The variable's default value is set in the 14010 The variable's default value is set in the
14011 <link linkend='ref-classes-syslinux'><filename>syslinux</filename></link> 14011 <link linkend='ref-classes-syslinux'><filename>syslinux</filename></link>
14012 as follows: 14012 class as follows:
14013 <literallayout class='monospaced'> 14013 <literallayout class='monospaced'>
14014 SYSLINUX_SERIAL_TTY ?= "console=ttyS0,115200" 14014 SYSLINUX_SERIAL_TTY ?= "console=ttyS0,115200"
14015 </literallayout> 14015 </literallayout>