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 @@ BB_ALLOWED_NETWORKS = "*.gnu.org" Important - The use of the "*" + The use of the "*" character only works at the beginning of - a host name. + a host name and it must be isolated from + the remainder of the host name. You cannot use the wildcard character in any - other location of the name. + other location of the name or combined with + the front part of the name. + + For example, + *.foo.bar is supported, + while *aa.foo.bar is not. + @@ -1152,7 +1159,7 @@ When specifying recipe files, you can pattern match using Python's - glob + glob syntax. For details on the syntax, see the documentation by following the previous link. @@ -1296,7 +1303,7 @@ the files. For complete syntax information, see Python's documentation at - . + .