summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-08-11 16:20:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-06 10:07:53 +0100
commit0c16f67afe938daa6303d35345d1ea85e3c8ef37 (patch)
treec76de6a12132316c5d16d63b3ee4b88565b512ee /bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
parentcb73383fb9ea422291afd07c84ee7a19fe4fb6e8 (diff)
downloadpoky-0c16f67afe938daa6303d35345d1ea85e3c8ef37.tar.gz
bitbake: bitbake-user-manual: replace "file name" by "filename"
There are many more instances of "filename" or "filenames" than of "file name" or "file names". The winner takes it all! (Bitbake rev: dcd115176f63256f10db0b24b563683c4bdf8f96) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst4
1 files changed, 2 insertions, 2 deletions
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}