summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-18 10:49:46 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:16:22 +0100
commite1a17f030a5f1571b1f488d37be3fb880c4f2495 (patch)
tree2bee79438123530855d98fc59500019824fc543e /documentation/ref-manual
parent0bd0b588f545e68060c105d41dadfbd2fe960290 (diff)
downloadpoky-e1a17f030a5f1571b1f488d37be3fb880c4f2495.tar.gz
ref-manual: Created better wording for link ambiguity
The wording to two links (one a variable and one a section in a different manual) was ambiguous. I added phrasing to remove that issue. (From yocto-docs rev: 3b70b4287ca8b2583e0ef559125f1531a2bb6a67) 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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 4a85aa80f5..4ad65a8b65 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -13562,8 +13562,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
13562 <link linkend='var-SYSROOT_DIRS'><filename>SYSROOT_DIRS</filename></link> 13562 <link linkend='var-SYSROOT_DIRS'><filename>SYSROOT_DIRS</filename></link>
13563 variable and the 13563 variable and the
13564 "<ulink url='&YOCTO_DOCS_DEV_URL;#new-sharing-files-between-recipes'>Sharing Files Between Recipes</ulink>" 13564 "<ulink url='&YOCTO_DOCS_DEV_URL;#new-sharing-files-between-recipes'>Sharing Files Between Recipes</ulink>"
13565 section in the Yocto Project Development Tasks Manual 13565 section, which is in the Yocto Project Development Tasks
13566 for more information. 13566 Manual for more information.
13567 <note> 13567 <note>
13568 Recipes should never write files directly under 13568 Recipes should never write files directly under
13569 the <filename>STAGING_DIR</filename> directory because 13569 the <filename>STAGING_DIR</filename> directory because