From 15d7411ca63265e2af5d6e2a9f7f163d5c1cec3e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 28 Mar 2013 08:40:02 -0700 Subject: [PATCH] ref-manual: Edits to BBMASK variable. (From yocto-docs rev: 862b44afd8f6dc50e0c7f50b83e353ab0e12fcf4) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 4 ++-- 1 file 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 @@ 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 .