summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/terms.rst
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2023-06-22 18:51:05 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-24 12:23:01 +0100
commitdae1bc68986ecedaa58e8ad39ce07d92954de1d7 (patch)
treea9e322a36f3d2e8363f5774f02499d7ef9551667 /documentation/ref-manual/terms.rst
parentea88a4ca8298271365378322c98566b9fe850fad (diff)
downloadpoky-dae1bc68986ecedaa58e8ad39ce07d92954de1d7.tar.gz
docs: fix unnecessary double white space
There's no need for double white spaces here so let's just remove them. Cc: Quentin Schulz <foss+yocto@0leil.net> (From yocto-docs rev: e41f6689157359777c3d86d9a7afed6f9e43782b) 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>
Diffstat (limited to 'documentation/ref-manual/terms.rst')
-rw-r--r--documentation/ref-manual/terms.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/terms.rst b/documentation/ref-manual/terms.rst
index 8f7281676c..bdb4f934cc 100644
--- a/documentation/ref-manual/terms.rst
+++ b/documentation/ref-manual/terms.rst
@@ -235,7 +235,7 @@ universal, the list includes them just in case:
235 235
236 - For booting the same kernel binary on multiple systems requiring 236 - For booting the same kernel binary on multiple systems requiring
237 different device drivers. The :term:`Initramfs` image is then customized 237 different device drivers. The :term:`Initramfs` image is then customized
238 for each type of system, to include the specific kernel modules 238 for each type of system, to include the specific kernel modules
239 necessary to access the final root filesystem. This technique 239 necessary to access the final root filesystem. This technique
240 is used on all GNU / Linux distributions for desktops and servers. 240 is used on all GNU / Linux distributions for desktops and servers.
241 241