From 50614214097f90f53cedb1cd317098b025a57885 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 31 Oct 2018 14:35:02 -0700 Subject: 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 Signed-off-by: Richard Purdie --- bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bitbake') 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 @@ FOO2_remove = "abc def" The variable FOO becomes - " 789 123456 " and FOO2 becomes - " ghi abcdef ". + "  789 123456    " + and FOO2 becomes + "  ghi abcdef    ". -- cgit v1.2.3-54-g00ecf