summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-07-22 12:23:40 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-01 12:15:01 +0100
commit5203cfe6a9b6d12153426bf7b8d9834c9c4efba2 (patch)
tree7a8b1861285d9dcd06a218684b26488474ece724 /documentation
parent2322267e24f7cdc823bb3258fbb1468509980b67 (diff)
downloadpoky-5203cfe6a9b6d12153426bf7b8d9834c9c4efba2.tar.gz
ref-manual: Removed redundant "and"
(From yocto-docs rev: 60a1b98e22d4118e090c0dd214736b78884da227) 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 568091de4b..1181d64576 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -12388,7 +12388,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12388 Using terminology from GNU, the primary system is referred 12388 Using terminology from GNU, the primary system is referred
12389 to as the "HOST" and the secondary, or different, system is 12389 to as the "HOST" and the secondary, or different, system is
12390 referred to as the "TARGET". 12390 referred to as the "TARGET".
12391 Thus, the binaries run on the "HOST" system and 12391 Thus, the binaries run on the "HOST" system
12392 and generate binaries for the "TARGET" system. 12392 and generate binaries for the "TARGET" system.
12393 The <filename>STAGING_DIR_HOST</filename> variable points 12393 The <filename>STAGING_DIR_HOST</filename> variable points
12394 to the sysroot used for the "HOST" system, while 12394 to the sysroot used for the "HOST" system, while