summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-07-10 10:45:09 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-21 11:00:36 +0100
commit4c6e7d88d715db18e61bb263dfd2672ebb6c6b09 (patch)
tree6468632ed2aaa9d1d66fcd4a763aeb6c4c4d56d6 /doc
parent17fcac8a7b21afa5c7d201e94cbf603ab07ba70c (diff)
downloadbitbake-contrib-4c6e7d88d715db18e61bb263dfd2672ebb6c6b09.tar.gz
bitbake-user-manual-metadata.xml: fixed some example whitespace issues
I added some whitespace to bring the example to use 5 spaces rather than for so that it follows the manual's convention. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-metadata.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index a5b8a1829..6284ef52b 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
@@ -301,7 +301,7 @@
is to attach some brief documentation to a BitBake variable as
follows:
<literallayout class='monospaced'>
- CACHE[doc] = "The directory holding the cache of the metadata."
+ CACHE[doc] = "The directory holding the cache of the metadata."
</literallayout>
</para>
</section>