diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-08-11 16:20:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-06 10:07:53 +0100 |
commit | 0c16f67afe938daa6303d35345d1ea85e3c8ef37 (patch) | |
tree | c76de6a12132316c5d16d63b3ee4b88565b512ee /bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst | |
parent | cb73383fb9ea422291afd07c84ee7a19fe4fb6e8 (diff) | |
download | poky-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-metadata.rst')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst | 2 |
1 files changed, 1 insertions, 1 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, |