summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-08-11 16:03:08 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-14 12:04:24 +0100
commit350197e46a4aa55d432dea0c5509681e6e5a4c0a (patch)
treebeec7df2f04f4e6a65ed6a028e4f172603b04351 /documentation/ref-manual
parentb5f203516b35672e7a1c6ae166e94d095c629352 (diff)
downloadpoky-350197e46a4aa55d432dea0c5509681e6e5a4c0a.tar.gz
Manuals: 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! (From yocto-docs rev: 13ef92bc301166c2e21d2603b2501749248dbe91) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/qa-checks.rst2
-rw-r--r--documentation/ref-manual/variables.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/qa-checks.rst b/documentation/ref-manual/qa-checks.rst
index d452de4119..c3e40dba5e 100644
--- a/documentation/ref-manual/qa-checks.rst
+++ b/documentation/ref-manual/qa-checks.rst
@@ -539,7 +539,7 @@ Errors and Warnings
539 when a recipe has been renamed. However, if that is not the case, the 539 when a recipe has been renamed. However, if that is not the case, the
540 message might indicate that a private version of a library is being 540 message might indicate that a private version of a library is being
541 erroneously picked up as the provider for a common library. If that 541 erroneously picked up as the provider for a common library. If that
542 is the case, you should add the library's ``.so`` file name to 542 is the case, you should add the library's ``.so`` filename to
543 :term:`PRIVATE_LIBS` in the recipe that provides 543 :term:`PRIVATE_LIBS` in the recipe that provides
544 the private version of the library. 544 the private version of the library.
545 545
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index d5df9ae41c..7aecda0174 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -3155,7 +3155,7 @@ system and gives an overview of their function and contents.
3155 IMAGE_NAME ?= "${IMAGE_BASENAME}-${MACHINE}${IMAGE_VERSION_SUFFIX}" 3155 IMAGE_NAME ?= "${IMAGE_BASENAME}-${MACHINE}${IMAGE_VERSION_SUFFIX}"
3156 3156
3157 :term:`IMAGE_NAME_SUFFIX` 3157 :term:`IMAGE_NAME_SUFFIX`
3158 Suffix used for the image output file name - defaults to ``".rootfs"`` 3158 Suffix used for the image output filename - defaults to ``".rootfs"``
3159 to distinguish the image file from other files created during image 3159 to distinguish the image file from other files created during image
3160 building; however if this suffix is redundant or not desired you can 3160 building; however if this suffix is redundant or not desired you can
3161 clear the value of this variable (set the value to ""). For example, 3161 clear the value of this variable (set the value to ""). For example,