summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristiyan Chakarov <kichakarov0@gmail.com>2026-02-27 23:49:35 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2026-03-16 10:25:59 +0000
commit02c15addea7c3303552df5994ce0616b2059388c (patch)
tree2d6ac426883a467c41e0bdf3494f6dfbead47bb2
parented80e89d579b184716c290b56eaf2c4cb473da7c (diff)
downloadpoky-kirkstone.tar.gz
overview-manual: escape wildcard in inline markupkirkstone
This change escapes the wildcard in 'recipes-*' to properly italicize the string (From yocto-docs rev: 025ef10f4472082069a3237e21aa773354fa5ad9) Signed-off-by: Kristiyan Chakarov <kichakarov0@gmail.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit b5a4dca823bcc04c0254a0f53a28f61969fb6c31) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/overview-manual/concepts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 106f1d6b84..6263b91c0b 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -454,7 +454,7 @@ typically find in the distribution layer:
454 (``conf/distro/distro.conf``), and any distribution-wide include 454 (``conf/distro/distro.conf``), and any distribution-wide include
455 files. 455 files.
456 456
457- *recipes-*:* Recipes and append files that affect common 457- *recipes-\*:* Recipes and append files that affect common
458 functionality across the distribution. This area could include 458 functionality across the distribution. This area could include
459 recipes and append files to add distribution-specific configuration, 459 recipes and append files to add distribution-specific configuration,
460 initialization scripts, custom image recipes, and so forth. Examples 460 initialization scripts, custom image recipes, and so forth. Examples