summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2024-03-30 18:58:32 +0100
committerSteve Sakoman <steve@sakoman.com>2024-04-19 04:50:39 -0700
commit3656b0f473a3c17611d482fee700ddd5017269d5 (patch)
tree7fb923b22f91dc80f0e7132508f9b2a675d6d4b4
parentfac2a5eff5d149e7850b69bc2480292fa3a3f5e9 (diff)
downloadpoky-3656b0f473a3c17611d482fee700ddd5017269d5.tar.gz
manuals: fix incorrect double backticks
As reported by "make sphinx-lint" (From yocto-docs rev: 18d86626406fe07d4f62ef0b9168c0220b3dd90a) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--documentation/profile-manual/usage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/profile-manual/usage.rst b/documentation/profile-manual/usage.rst
index 542bd918b9..cffb63e3f9 100644
--- a/documentation/profile-manual/usage.rst
+++ b/documentation/profile-manual/usage.rst
@@ -1853,7 +1853,7 @@ Practically speaking, that means you need to do the following:
1853 1853
1854- Or build a non-SDK image but include the profiling tools 1854- Or build a non-SDK image but include the profiling tools
1855 (edit ``local.conf`` and add ``tools-profile`` to the end of 1855 (edit ``local.conf`` and add ``tools-profile`` to the end of
1856 :term:``EXTRA_IMAGE_FEATURES`` variable):: 1856 :term:`EXTRA_IMAGE_FEATURES` variable)::
1857 1857
1858 $ bitbake core-image-sato 1858 $ bitbake core-image-sato
1859 1859