diff options
| author | Quentin Schulz <quentin.schulz@theobroma-systems.com> | 2023-06-22 18:51:06 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-24 12:23:01 +0100 |
| commit | ae8e1dc9909f7702ab8b491107bcb5dafdadadd7 (patch) | |
| tree | 0fa6db0a17db6872c6788af5f7c087431c69fdf9 | |
| parent | dae1bc68986ecedaa58e8ad39ce07d92954de1d7 (diff) | |
| download | poky-ae8e1dc9909f7702ab8b491107bcb5dafdadadd7.tar.gz | |
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 <foss+yocto@0leil.net>
(From yocto-docs rev: 203b75e9473b5905ce216dfbc2112dcb02e81f2d)
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/ref-manual/terms.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
| 224 | having to duplicate accessed file contents in the file cache in RAM, | 224 | having to duplicate accessed file contents in the file cache in RAM, |
| 225 | as for any block device. | 225 | as for any block device. |
| 226 | 226 | ||
| 227 | .. note: | 227 | .. note:: |
| 228 | 228 | ||
| 229 | As far as bootloaders are concerned, :term:`Initramfs` and "initrd" | 229 | As far as bootloaders are concerned, :term:`Initramfs` and "initrd" |
| 230 | images are still copied to RAM in the same way. That's why most | 230 | images are still copied to RAM in the same way. That's why most |
