summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
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/variables.rst
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/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst2
1 files changed, 1 insertions, 1 deletions
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,