diff options
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 178692a21e..595f2db8b0 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -680,11 +680,18 @@ | |||
680 | BB_ALLOWED_NETWORKS = "*.gnu.org" | 680 | BB_ALLOWED_NETWORKS = "*.gnu.org" |
681 | </literallayout> | 681 | </literallayout> |
682 | <note><title>Important</title> | 682 | <note><title>Important</title> |
683 | The use of the "<filename>*</filename>" | 683 | <para>The use of the "<filename>*</filename>" |
684 | character only works at the beginning of | 684 | character only works at the beginning of |
685 | a host name. | 685 | a host name and it must be isolated from |
686 | the remainder of the host name. | ||
686 | You cannot use the wildcard character in any | 687 | You cannot use the wildcard character in any |
687 | other location of the name. | 688 | other location of the name or combined with |
689 | the front part of the name.</para> | ||
690 | |||
691 | <para>For example, | ||
692 | <filename>*.foo.bar</filename> is supported, | ||
693 | while <filename>*aa.foo.bar</filename> is not. | ||
694 | </para> | ||
688 | </note> | 695 | </note> |
689 | </para></listitem> | 696 | </para></listitem> |
690 | <listitem><para> | 697 | <listitem><para> |
@@ -1152,7 +1159,7 @@ | |||
1152 | <para> | 1159 | <para> |
1153 | When specifying recipe files, you can pattern match using | 1160 | When specifying recipe files, you can pattern match using |
1154 | Python's | 1161 | Python's |
1155 | <ulink url='https://docs.python.org/2/library/glob.html'><filename>glob</filename></ulink> | 1162 | <ulink url='https://docs.python.org/3/library/glob.html'><filename>glob</filename></ulink> |
1156 | syntax. | 1163 | syntax. |
1157 | For details on the syntax, see the documentation by | 1164 | For details on the syntax, see the documentation by |
1158 | following the previous link. | 1165 | following the previous link. |
@@ -1296,7 +1303,7 @@ | |||
1296 | the files. | 1303 | the files. |
1297 | For complete syntax information, see Python's | 1304 | For complete syntax information, see Python's |
1298 | documentation at | 1305 | documentation at |
1299 | <ulink url='http://docs.python.org/release/2.3/lib/re-syntax.html'></ulink>. | 1306 | <ulink url='http://docs.python.org/3/library/re.html#re'></ulink>. |
1300 | </para> | 1307 | </para> |
1301 | 1308 | ||
1302 | <para> | 1309 | <para> |