aboutsummaryrefslogtreecommitdiffstats
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:58 +0100
commitd74b8824ae254e15cc972e60dd35772e6d6b1361 (patch)
tree41924acedd1110b5696dec967d1c8b9930fa3f55
parent335defe0108c764701c66c81048ec138bc315b03 (diff)
downloadopenembedded-core-contrib-d74b8824ae254e15cc972e60dd35772e6d6b1361.tar.gz
bitbake: 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. (Bitbake rev: 4c6e7d88d715db18e61bb263dfd2672ebb6c6b09) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml2
1 files changed, 1 insertions, 1 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 a5b8a1829c..6284ef52b3 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/bitbake/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>