summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2024-03-30 17:52:37 +0100
committerSteve Sakoman <steve@sakoman.com>2024-04-19 04:50:39 -0700
commitfac2a5eff5d149e7850b69bc2480292fa3a3f5e9 (patch)
treed3b919085adf820b4b9505370793a1e42cd4c82f /documentation/dev-manual
parenta6fdddf8c44367a5bd82ba9d979e708bd710db79 (diff)
downloadpoky-fac2a5eff5d149e7850b69bc2480292fa3a3f5e9.tar.gz
manuals: fix trailing spaces
Fixing errors reported by "make sphinx-lint" (From yocto-docs rev: 45b04c281a567e06fd2904166bcc26603e73e684) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/init-manager.rst2
-rw-r--r--documentation/dev-manual/start.rst12
-rw-r--r--documentation/dev-manual/wic.rst4
3 files changed, 11 insertions, 7 deletions
diff --git a/documentation/dev-manual/init-manager.rst b/documentation/dev-manual/init-manager.rst
index 20d61ea830..ddce82b81f 100644
--- a/documentation/dev-manual/init-manager.rst
+++ b/documentation/dev-manual/init-manager.rst
@@ -121,7 +121,7 @@ increasing levels of complexity and functionality:
121 :widths: 40 20 20 20 121 :widths: 40 20 20 20
122 :header-rows: 1 122 :header-rows: 1
123 123
124 * - 124 * -
125 - BusyBox init 125 - BusyBox init
126 - SysVinit 126 - SysVinit
127 - systemd 127 - systemd
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst
index 7b6026cf42..aec39b02a9 100644
--- a/documentation/dev-manual/start.rst
+++ b/documentation/dev-manual/start.rst
@@ -612,10 +612,14 @@ Use the following procedure to locate the latest upstream copy of the
612Accessing Index of Releases 612Accessing Index of Releases
613--------------------------- 613---------------------------
614 614
615Yocto Project maintains an Index of Releases area that contains related 615The Yocto Project also provides source archives of its releases, which
616files that contribute to the Yocto Project. Rather than Git 616are available on :yocto_dl:`/releases/yocto/`. Then, choose the subdirectory
617repositories, these files are tarballs that represent snapshots in time 617containing the release you wish to use, for example
618of a given component. 618:yocto_dl:`yocto-&DISTRO; </releases/yocto/yocto-&DISTRO;/>`.
619
620You will find there source archives of individual components (if you wish
621to use them individually), and of the corresponding Poky release bundling
622a selection of these components.
619 623
620.. note:: 624.. note::
621 625
diff --git a/documentation/dev-manual/wic.rst b/documentation/dev-manual/wic.rst
index f794693c50..687c9e6580 100644
--- a/documentation/dev-manual/wic.rst
+++ b/documentation/dev-manual/wic.rst
@@ -146,7 +146,7 @@ command to return the available Wic images as follows::
146 mkefidisk Create an EFI disk image 146 mkefidisk Create an EFI disk image
147 directdisk-multi-rootfs Create multi rootfs image using rootfs plugin 147 directdisk-multi-rootfs Create multi rootfs image using rootfs plugin
148 directdisk Create a 'pcbios' direct disk image 148 directdisk Create a 'pcbios' direct disk image
149 efi-bootdisk 149 efi-bootdisk
150 mkhybridiso Create a hybrid ISO image 150 mkhybridiso Create a hybrid ISO image
151 directdisk-gpt Create a 'pcbios' direct disk image 151 directdisk-gpt Create a 'pcbios' direct disk image
152 systemd-bootdisk Create an EFI disk image with systemd-boot 152 systemd-bootdisk Create an EFI disk image with systemd-boot
@@ -290,7 +290,7 @@ Use the following command to list the available kickstart files::
290 mkefidisk Create an EFI disk image 290 mkefidisk Create an EFI disk image
291 directdisk-multi-rootfs Create multi rootfs image using rootfs plugin 291 directdisk-multi-rootfs Create multi rootfs image using rootfs plugin
292 directdisk Create a 'pcbios' direct disk image 292 directdisk Create a 'pcbios' direct disk image
293 efi-bootdisk 293 efi-bootdisk
294 mkhybridiso Create a hybrid ISO image 294 mkhybridiso Create a hybrid ISO image
295 directdisk-gpt Create a 'pcbios' direct disk image 295 directdisk-gpt Create a 'pcbios' direct disk image
296 systemd-bootdisk Create an EFI disk image with systemd-boot 296 systemd-bootdisk Create an EFI disk image with systemd-boot