From 02c15addea7c3303552df5994ce0616b2059388c 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: 025ef10f4472082069a3237e21aa773354fa5ad9) 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 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: (``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