From 0288ddd51d140354ceb30d303bed7a6940bdb381 Mon Sep 17 00:00:00 2001 From: Kristiyan Chakarov Date: Fri, 27 Feb 2026 23:49:35 +0200 Subject: [PATCH] overview-manual: escape wildcard in inline markup This change escapes the wildcard in 'recipes-*' to properly italicize the string (From yocto-docs rev: 53bc47aedfd924f75ee77b24d13ae69a10eef221) Signed-off-by: Kristiyan Chakarov Signed-off-by: Antonin Godard (cherry picked from commit b5a4dca823bcc04c0254a0f53a28f61969fb6c31) Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/overview-manual/concepts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index 96b2db771a..3254fe1b1b 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst @@ -441,7 +441,7 @@ typically find in a distribution layer: (``conf/distro/distro.conf``), and any distribution-wide include files. -- *recipes-*:* Recipes and append files that affect common +- *recipes-\*:* Recipes and append files that affect common functionality across the distribution. This area could include recipes and append files to add distribution-specific configuration, initialization scripts, custom image recipes, and so forth. Examples