diff mbox series

dev-manual: replace period with comma in list

Message ID 7c04f7ec-cc79-147b-dbbd-bd59f64d82cc@crashcourse.ca
State New
Headers show
Series dev-manual: replace period with comma in list | expand

Commit Message

Robert P. J. Day June 9, 2026, 12:12 p.m. UTC
List of checksums needs a comma, not a period, in middle of list.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---
diff mbox series

Patch

diff --git a/documentation/dev-manual/new-recipe.rst b/documentation/dev-manual/new-recipe.rst
index 82c7ff4b2..13d5e3e38 100644
--- a/documentation/dev-manual/new-recipe.rst
+++ b/documentation/dev-manual/new-recipe.rst
@@ -315,7 +315,7 @@  fetched from a remote server other than a version control system,
 BitBake attempts to verify the files against checksums defined in your
 recipe to ensure they have not been tampered with or otherwise modified
 since the recipe was written. Multiple checksums are supported:
-``SRC_URI[md5sum]``, ``SRC_URI[sha1sum]``, ``SRC_URI[sha256sum]``.
+``SRC_URI[md5sum]``, ``SRC_URI[sha1sum]``, ``SRC_URI[sha256sum]``,
 ``SRC_URI[sha384sum]`` and ``SRC_URI[sha512sum]``, but only
 ``SRC_URI[sha256sum]`` is commonly used.