summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>