summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-01-19 08:18:50 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:16:51 +0000
commit3cd8d861abca27c050432b2e4ca2a3923a66d9dc (patch)
treec9c7a6e6be5ea0bbbc5591f42c6bd38fa809121b /documentation/dev-manual
parentf8245d98eae2f3d3968a00d99b1f04f1cddda04a (diff)
downloadast2050-yocto-poky-3cd8d861abca27c050432b2e4ca2a3923a66d9dc.zip
ast2050-yocto-poky-3cd8d861abca27c050432b2e4ca2a3923a66d9dc.tar.gz
dev-manual: Removed unwanted characters from text.
Reported-by: Pascal Bach <pascal.bach@siemens.com> (From yocto-docs rev: 3ffbebd6c638e9f5b334dfef1d4e0bcc698ae810) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 3b67535..658919d 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -946,7 +946,7 @@
Furthermore, you must use <filename>_append</filename> instead
of the <filename>+=</filename> operator if you want to avoid
ordering issues.
- The reason for this is because doing so un>+conditionally appends
+ The reason for this is because doing so unconditionally appends
to the variable and avoids ordering problems due to the
variable being set in image recipes and
<filename>.bbclass</filename> files with operators like
OpenPOWER on IntegriCloud