diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-09-03 10:46:25 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-08 22:01:24 +0100 |
commit | f7a8e145e96b7056237e8911d799afa4430edbe3 (patch) | |
tree | 914530e1e2ffc71fff3fa88a669849a416e157b0 /documentation/overview-manual | |
parent | 2e78ec95bee9c5d776a68bfd926ba9f0a501eb40 (diff) | |
download | poky-f7a8e145e96b7056237e8911d799afa4430edbe3.tar.gz |
manuals: font fixes
This fixes font inconsistencies, mixing a ``text`` string
with another string with the regular font, where the whole string
makes more sense with a single font.
The result is also much simpler and will make future
searches easier.
(From yocto-docs rev: e6d1c166a97a1b6bb42ca49dfcbd3d39f8eadc16)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index 3017637529..1ac6abe22b 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -1200,7 +1200,7 @@ usually made available in the form of a shared state (sstate) cache. | |||
1200 | :term:`SSTATE_MIRRORS` | 1200 | :term:`SSTATE_MIRRORS` |
1201 | variables. | 1201 | variables. |
1202 | 1202 | ||
1203 | The idea of a setscene task (i.e ``do_``\ taskname\ ``_setscene``) is a | 1203 | The idea of a setscene task (i.e ``do_taskname_setscene``) is a |
1204 | version of the task where instead of building something, BitBake can | 1204 | version of the task where instead of building something, BitBake can |
1205 | skip to the end result and simply place a set of files into specific | 1205 | skip to the end result and simply place a set of files into specific |
1206 | locations as needed. In some cases, it makes sense to have a setscene | 1206 | locations as needed. In some cases, it makes sense to have a setscene |