From: Scott Rifenbark Date: Thu, 28 Mar 2013 15:40:02 +0000 (-0700) Subject: ref-manual: Edits to BBMASK variable. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15d7411ca63265e2af5d6e2a9f7f163d5c1cec3e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Edits to BBMASK variable. (From yocto-docs rev: 862b44afd8f6dc50e0c7f50b83e353ab0e12fcf4) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 7d8e73293e3..39c32426ce5 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -362,11 +362,11 @@ Consequently, matching files are not parsed or otherwise used by BitBake. - The value you provide is passed to python's regular + The value you provide is passed to Python's regular expression compiler. The expression is compared against the full paths to the files. - For complete syntax information, see python's + For complete syntax information, see Python's documentation at .