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:17:54 +0100
commit8fe2c674d05ab808dc452a2d499207c72d1ea2e9 (patch)
treeecd08f914b0470700e452b382076ee2ffc3b7c7d /documentation/ref-manual
parent960fafddb671b11201572fb0b583a6f1f5c71499 (diff)
downloadpoky-8fe2c674d05ab808dc452a2d499207c72d1ea2e9.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