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:16:22 +0100
commit0a340732de6e870becdcffbaa42f1151845c28b4 (patch)
tree306c11cf76483621c37f34d7e1329345cbe5f8c4 /documentation/ref-manual
parent4a64457555d0ed07e3a2f0157f402bca228c857d (diff)
downloadpoky-0a340732de6e870becdcffbaa42f1151845c28b4.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>