| Message ID | 20260227214935.15766-1-kichakarov0@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | overview-manual: escape wildcard in inline markup | expand |
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
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(-)