From: Scott Rifenbark Date: Wed, 31 Oct 2018 21:35:02 +0000 (-0700) Subject: bitbake: bitbake-user-manual: Added hard-spacing to "_remove" example. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50614214097f90f53cedb1cd317098b025a57885;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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 8bfa32baa3c..2490f6e4ba9 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    ".