From ae8e1dc9909f7702ab8b491107bcb5dafdadadd7 Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Thu, 22 Jun 2023 18:51:06 +0200 Subject: docs: ref-manual: terms: fix incorrect note directive The directive is followed by two colons and not only one, so let's add the missing one. c.f. https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-note Fixes: 952c7e6dee49 ("manuals: improve initramfs details") Cc: Quentin Schulz (From yocto-docs rev: 203b75e9473b5905ce216dfbc2112dcb02e81f2d) Signed-off-by: Quentin Schulz Reviewed-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/ref-manual/terms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/terms.rst b/documentation/ref-manual/terms.rst index bdb4f934cc..b5d5f1dbdf 100644 --- a/documentation/ref-manual/terms.rst +++ b/documentation/ref-manual/terms.rst @@ -224,7 +224,7 @@ universal, the list includes them just in case: having to duplicate accessed file contents in the file cache in RAM, as for any block device. - .. note: + .. note:: As far as bootloaders are concerned, :term:`Initramfs` and "initrd" images are still copied to RAM in the same way. That's why most -- cgit v1.2.3-54-g00ecf