diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-08-11 16:03:08 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-14 12:04:24 +0100 |
commit | 350197e46a4aa55d432dea0c5509681e6e5a4c0a (patch) | |
tree | beec7df2f04f4e6a65ed6a028e4f172603b04351 /documentation/ref-manual/variables.rst | |
parent | b5f203516b35672e7a1c6ae166e94d095c629352 (diff) | |
download | poky-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.rst | 2 |
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, |