summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-1.5.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2024-02-09 17:48:06 +0100
committerSteve Sakoman <steve@sakoman.com>2024-03-13 03:59:26 -1000
commitd241202fa1f02e537c29e4ec5bbba945f957ede5 (patch)
tree416c32f0e92c44436b30a38303653d487cfc0560 /documentation/migration-guides/migration-1.5.rst
parent74ed43b221c8459613112714cb1e137712a661b5 (diff)
downloadpoky-d241202fa1f02e537c29e4ec5bbba945f957ede5.tar.gz
manuals: suppress excess use of "following" word
To simplify the style, replace "Following is" and "Following are" by "here is" and "here are", sounding more natural. In some cases, also go further by simplifying "Here are/is xxx" by "xxx are/is" when the "are" or "is" are not two far at the end of the sentence. In some cases too, completely remove the sentence, when it's redundant with the preceding title. (From yocto-docs rev: da1cbd7083238657aaeaea16841b24531c86298e) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> CC: Daniel Ammann <daniel.ammann@bytesatwork.ch> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/migration-guides/migration-1.5.rst')
-rw-r--r--documentation/migration-guides/migration-1.5.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/migration-guides/migration-1.5.rst b/documentation/migration-guides/migration-1.5.rst
index d82d33f91f..c8f3cbc165 100644
--- a/documentation/migration-guides/migration-1.5.rst
+++ b/documentation/migration-guides/migration-1.5.rst
@@ -256,7 +256,7 @@ section in the Yocto Project Development Tasks Manual.
256Build History 256Build History
257------------- 257-------------
258 258
259Following are changes to Build History: 259The changes to Build History are:
260 260
261- Installed package sizes: ``installed-package-sizes.txt`` for an image 261- Installed package sizes: ``installed-package-sizes.txt`` for an image
262 now records the size of the files installed by each package instead 262 now records the size of the files installed by each package instead
@@ -279,7 +279,7 @@ section in the Yocto Project Development Tasks Manual.
279``udev`` 279``udev``
280-------- 280--------
281 281
282Following are changes to ``udev``: 282The changes to ``udev`` are:
283 283
284- ``udev`` no longer brings in ``udev-extraconf`` automatically through 284- ``udev`` no longer brings in ``udev-extraconf`` automatically through
285 :term:`RRECOMMENDS`, since this was originally 285 :term:`RRECOMMENDS`, since this was originally
@@ -323,7 +323,7 @@ Removed and Renamed Recipes
323Other Changes 323Other Changes
324------------- 324-------------
325 325
326Following is a list of short entries describing other changes: 326Here is a list of short entries describing other changes:
327 327
328- ``run-postinsts``: Make this generic. 328- ``run-postinsts``: Make this generic.
329 329