summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-10-31 14:35:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-31 21:40:36 +0000
commit50614214097f90f53cedb1cd317098b025a57885 (patch)
tree05acc3de4e9ce318f4686ffd8b2ab3f82b0c99de /bitbake
parent84eecb017ef92ef36b4df730908828e54aeff85c (diff)
downloadpoky-50614214097f90f53cedb1cd317098b025a57885.tar.gz
bitbake: bitbake-user-manual: Added hard-spacing to "_remove" example.
Rendering the manual to its HTML form was collapsing the two leading and four trailing whitespace characters into single whitespace characters. I inserted multiple "&nbsp;" strings to force the spacing to come through. (Bitbake rev: 701f76f773a6e77258f307a4f8e2ec1a8552f6f3) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index 8bfa32baa3..2490f6e4ba 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
@@ -352,8 +352,9 @@
352 FOO2_remove = "abc def" 352 FOO2_remove = "abc def"
353 </literallayout> 353 </literallayout>
354 The variable <filename>FOO</filename> becomes 354 The variable <filename>FOO</filename> becomes
355 " 789 123456 " and <filename>FOO2</filename> becomes 355 "&nbsp;&nbsp;789 123456&nbsp;&nbsp;&nbsp;&nbsp;"
356 " ghi abcdef ". 356 and <filename>FOO2</filename> becomes
357 "&nbsp;&nbsp;ghi abcdef&nbsp;&nbsp;&nbsp;&nbsp;".
357 </para> 358 </para>
358 359
359 <para> 360 <para>