From 701f76f773a6e77258f307a4f8e2ec1a8552f6f3 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 31 Oct 2018 14:35:02 -0700 Subject: 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. Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/bitbake-user-manual/bitbake-user-manual-metadata.xml') diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml index 8bfa32baa..2490f6e4b 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/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 1.2.3-korg