diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-18 10:58:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:22 +0100 |
commit | 0a340732de6e870becdcffbaa42f1151845c28b4 (patch) | |
tree | 306c11cf76483621c37f34d7e1329345cbe5f8c4 | |
parent | 4a64457555d0ed07e3a2f0157f402bca228c857d (diff) | |
download | poky-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>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 2 |
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> |