summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
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/dev-manual
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/dev-manual')
-rw-r--r--documentation/dev-manual/init-manager.rst2
-rw-r--r--documentation/dev-manual/new-recipe.rst2
-rw-r--r--documentation/dev-manual/upgrading-recipes.rst2
3 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/init-manager.rst b/documentation/dev-manual/init-manager.rst
index b96e011ebf..20d61ea830 100644
--- a/documentation/dev-manual/init-manager.rst
+++ b/documentation/dev-manual/init-manager.rst
@@ -53,7 +53,7 @@ The ":ref:`device-manager`" chapter has more details about device managers.
53Using SysVinit with udev 53Using SysVinit with udev
54========================= 54=========================
55 55
56SysVinit with the udev device manager corresponds to the 56SysVinit with the udev device manager corresponds to the
57default setting in Poky. This corresponds to setting:: 57default setting in Poky. This corresponds to setting::
58 58
59 INIT_MANAGER = "sysvinit" 59 INIT_MANAGER = "sysvinit"
diff --git a/documentation/dev-manual/new-recipe.rst b/documentation/dev-manual/new-recipe.rst
index ab3e193aaf..1be04a7657 100644
--- a/documentation/dev-manual/new-recipe.rst
+++ b/documentation/dev-manual/new-recipe.rst
@@ -1603,7 +1603,7 @@ in the BitBake User Manual.
1603 space. Also, the operator is applied after all the ``+=``, and ``=+`` 1603 space. Also, the operator is applied after all the ``+=``, and ``=+``
1604 operators have been applied and after all ``=`` assignments have 1604 operators have been applied and after all ``=`` assignments have
1605 occurred. This means that if ``:append`` is used in a recipe, it can 1605 occurred. This means that if ``:append`` is used in a recipe, it can
1606 only be overridden by another layer using the special ``:remove`` 1606 only be overridden by another layer using the special ``:remove``
1607 operator, which in turn will prevent further layers from adding it back. 1607 operator, which in turn will prevent further layers from adding it back.
1608 1608
1609 The following example shows the space being explicitly added to the 1609 The following example shows the space being explicitly added to the
diff --git a/documentation/dev-manual/upgrading-recipes.rst b/documentation/dev-manual/upgrading-recipes.rst
index 13133fddcf..947ef138ac 100644
--- a/documentation/dev-manual/upgrading-recipes.rst
+++ b/documentation/dev-manual/upgrading-recipes.rst
@@ -73,7 +73,7 @@ The following steps describe how to set up the AUH utility:
73 onto your development host. The following command uses Git to create 73 onto your development host. The following command uses Git to create
74 a local copy of the repository on your system:: 74 a local copy of the repository on your system::
75 75
76 $ git clone git://git.yoctoproject.org/auto-upgrade-helper 76 $ git clone git://git.yoctoproject.org/auto-upgrade-helper
77 Cloning into 'auto-upgrade-helper'... remote: Counting objects: 768, done. 77 Cloning into 'auto-upgrade-helper'... remote: Counting objects: 768, done.
78 remote: Compressing objects: 100% (300/300), done. 78 remote: Compressing objects: 100% (300/300), done.
79 remote: Total 768 (delta 499), reused 703 (delta 434) 79 remote: Total 768 (delta 499), reused 703 (delta 434)