summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-28 08:40:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:13:37 +0100
commit15d7411ca63265e2af5d6e2a9f7f163d5c1cec3e (patch)
tree10c65c4b46af53b17308a566dd997dadebe75e33 /documentation/ref-manual
parent2eb87e98baf069abecb323c7d431e2ca819b361b (diff)
downloadpoky-15d7411ca63265e2af5d6e2a9f7f163d5c1cec3e.tar.gz
ref-manual: Edits to BBMASK variable.
(From yocto-docs rev: 862b44afd8f6dc50e0c7f50b83e353ab0e12fcf4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 7d8e73293e..39c32426ce 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -362,11 +362,11 @@
362 Consequently, matching files are not parsed or otherwise 362 Consequently, matching files are not parsed or otherwise
363 used by BitBake.</para> 363 used by BitBake.</para>
364 <para> 364 <para>
365 The value you provide is passed to python's regular 365 The value you provide is passed to Python's regular
366 expression compiler. 366 expression compiler.
367 The expression is compared against the full paths to 367 The expression is compared against the full paths to
368 the files. 368 the files.
369 For complete syntax information, see python's 369 For complete syntax information, see Python's
370 documentation at 370 documentation at
371 <ulink url='http://docs.python.org/release/2.3/lib/re-syntax.html'></ulink>. 371 <ulink url='http://docs.python.org/release/2.3/lib/re-syntax.html'></ulink>.
372 </para> 372 </para>