diff mbox series

overview-manual: escape wildcard in inline markup

Message ID 20260227214935.15766-1-kichakarov0@gmail.com
State Under Review
Headers show
Series overview-manual: escape wildcard in inline markup | expand

Commit Message

Kristiyan Chakarov Feb. 27, 2026, 9:49 p.m. UTC
This change escapes the wildcard in 'recipes-*' to properly italicize
the string

Signed-off-by: Kristiyan Chakarov <kichakarov0@gmail.com>
---
 documentation/overview-manual/concepts.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Quentin Schulz March 5, 2026, 10:16 a.m. UTC | #1
Hi Kristiyan,

On 2/27/26 10:49 PM, Kristiyan Chakarov via lists.yoctoproject.org wrote:
> [You don't often get email from kichakarov0=gmail.com@lists.yoctoproject.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
> 
> This change escapes the wildcard in 'recipes-*' to properly italicize
> the string
> 

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>

Thanks!
Quentin
diff mbox series

Patch

diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 2655b0d3a..cd3d09910 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -410,7 +410,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