diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-10-31 14:35:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-31 21:40:36 +0000 |
commit | 50614214097f90f53cedb1cd317098b025a57885 (patch) | |
tree | 05acc3de4e9ce318f4686ffd8b2ab3f82b0c99de /bitbake | |
parent | 84eecb017ef92ef36b4df730908828e54aeff85c (diff) | |
download | poky-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 " " 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.xml | 5 |
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 | " 789 123456 " |
356 | " ghi abcdef ". | 356 | and <filename>FOO2</filename> becomes |
357 | " ghi abcdef ". | ||
357 | </para> | 358 | </para> |
358 | 359 | ||
359 | <para> | 360 | <para> |