diff options
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst | 2 | ||||
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst index b0494d0809..ff60381f5c 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst | |||
@@ -1941,7 +1941,7 @@ Wildcard Support in Variables | |||
1941 | ============================= | 1941 | ============================= |
1942 | 1942 | ||
1943 | Support for wildcard use in variables varies depending on the context in | 1943 | Support for wildcard use in variables varies depending on the context in |
1944 | which it is used. For example, some variables and file names allow | 1944 | which it is used. For example, some variables and filenames allow |
1945 | limited use of wildcards through the "``%``" and "``*``" characters. | 1945 | limited use of wildcards through the "``%``" and "``*``" characters. |
1946 | Other variables or names support Python's | 1946 | Other variables or names support Python's |
1947 | `glob <https://docs.python.org/3/library/glob.html>`_ syntax, | 1947 | `glob <https://docs.python.org/3/library/glob.html>`_ syntax, |
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst index 2392ec4256..8862e16b83 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | |||
@@ -339,7 +339,7 @@ overview of their function and contents. | |||
339 | :term:`BB_LOGFMT` | 339 | :term:`BB_LOGFMT` |
340 | Specifies the name of the log files saved into | 340 | Specifies the name of the log files saved into |
341 | ``${``\ :term:`T`\ ``}``. By default, the :term:`BB_LOGFMT` | 341 | ``${``\ :term:`T`\ ``}``. By default, the :term:`BB_LOGFMT` |
342 | variable is undefined and the log file names get created using the | 342 | variable is undefined and the log filenames get created using the |
343 | following form:: | 343 | following form:: |
344 | 344 | ||
345 | log.{task}.{pid} | 345 | log.{task}.{pid} |
@@ -393,7 +393,7 @@ overview of their function and contents. | |||
393 | :term:`BB_RUNFMT` | 393 | :term:`BB_RUNFMT` |
394 | Specifies the name of the executable script files (i.e. run files) | 394 | Specifies the name of the executable script files (i.e. run files) |
395 | saved into ``${``\ :term:`T`\ ``}``. By default, the | 395 | saved into ``${``\ :term:`T`\ ``}``. By default, the |
396 | :term:`BB_RUNFMT` variable is undefined and the run file names get | 396 | :term:`BB_RUNFMT` variable is undefined and the run filenames get |
397 | created using the following form:: | 397 | created using the following form:: |
398 | 398 | ||
399 | run.{task}.{pid} | 399 | run.{task}.{pid} |