summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-09-03 10:46:25 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-08 22:01:24 +0100
commitf7a8e145e96b7056237e8911d799afa4430edbe3 (patch)
tree914530e1e2ffc71fff3fa88a669849a416e157b0 /documentation/dev-manual
parent2e78ec95bee9c5d776a68bfd926ba9f0a501eb40 (diff)
downloadpoky-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/dev-manual')
-rw-r--r--documentation/dev-manual/common-tasks.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index b81f51bf83..71e5d6ef57 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -9453,8 +9453,8 @@ log to ``${T}/log.do_``\ `task`, and can also log to standard output
9453 9453
9454 Calling this function does not cause the task to fail. 9454 Calling this function does not cause the task to fail.
9455 9455
9456- ``bb.fatal(``\ msg\ ``)``: This logging function is similar to 9456- ``bb.fatal(msg)``: This logging function is similar to
9457 ``bb.error(``\ msg\ ``)`` but also causes the calling task to fail. 9457 ``bb.error(msg)`` but also causes the calling task to fail.
9458 9458
9459 .. note:: 9459 .. note::
9460 9460