From dae1bc68986ecedaa58e8ad39ce07d92954de1d7 Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Thu, 22 Jun 2023 18:51:05 +0200 Subject: docs: fix unnecessary double white space There's no need for double white spaces here so let's just remove them. Cc: Quentin Schulz (From yocto-docs rev: e41f6689157359777c3d86d9a7afed6f9e43782b) Signed-off-by: Quentin Schulz Reviewed-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/dev-manual/init-manager.rst | 2 +- documentation/dev-manual/new-recipe.rst | 2 +- documentation/dev-manual/upgrading-recipes.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/dev-manual') 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. Using SysVinit with udev ========================= -SysVinit with the udev device manager corresponds to the +SysVinit with the udev device manager corresponds to the default setting in Poky. This corresponds to setting:: 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. space. Also, the operator is applied after all the ``+=``, and ``=+`` operators have been applied and after all ``=`` assignments have occurred. This means that if ``:append`` is used in a recipe, it can - only be overridden by another layer using the special ``:remove`` + only be overridden by another layer using the special ``:remove`` operator, which in turn will prevent further layers from adding it back. 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: onto your development host. The following command uses Git to create a local copy of the repository on your system:: - $ git clone git://git.yoctoproject.org/auto-upgrade-helper + $ git clone git://git.yoctoproject.org/auto-upgrade-helper Cloning into 'auto-upgrade-helper'... remote: Counting objects: 768, done. remote: Compressing objects: 100% (300/300), done. remote: Total 768 (delta 499), reused 703 (delta 434) -- cgit v1.2.3-54-g00ecf