summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-07-22 08:06:25 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-01 12:15:01 +0100
commit2322267e24f7cdc823bb3258fbb1468509980b67 (patch)
tree1ce3865924d6cc034cc407b4e12f4553539bf17c /documentation
parent566ebc1af252d2d1fff2da68d6faf265cc5ff28c (diff)
downloadpoky-2322267e24f7cdc823bb3258fbb1468509980b67.tar.gz
ref-manual: Removed stray parenthesis.
Fixes [YOCTO #9988] (From yocto-docs rev: 314f3c10e420a9681b4a814ddc4f24bbddd3741a) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 540d07ec81..568091de4b 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -12376,7 +12376,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12376 Specifies the path to the sysroot used for the system for 12376 Specifies the path to the sysroot used for the system for
12377 which the component generates code. 12377 which the component generates code.
12378 For components that do not generate code, which is the 12378 For components that do not generate code, which is the
12379 majority), <filename>STAGING_DIR_TARGET</filename> is set 12379 majority, <filename>STAGING_DIR_TARGET</filename> is set
12380 to match 12380 to match
12381 <link linkend='var-STAGING_DIR_HOST'><filename>STAGING_DIR_HOST</filename></link>. 12381 <link linkend='var-STAGING_DIR_HOST'><filename>STAGING_DIR_HOST</filename></link>.
12382 </para> 12382 </para>