summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/devtool-reference.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-01 05:19:54 -1000
commitfa870dfd0fd760ec1ab0342f5c82851c043f3eaf (patch)
treec6993e569b3e007213425a31a1aff8761c413dfc /documentation/ref-manual/devtool-reference.rst
parent74ebddb9219e02cd300630a550353560768ed77e (diff)
downloadpoky-fa870dfd0fd760ec1ab0342f5c82851c043f3eaf.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: 2539f1b9cbf9bdd40eff93c6522dc76133debed7) 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/ref-manual/devtool-reference.rst')
-rw-r--r--documentation/ref-manual/devtool-reference.rst8
1 files changed, 3 insertions, 5 deletions
diff --git a/documentation/ref-manual/devtool-reference.rst b/documentation/ref-manual/devtool-reference.rst
index ba0385c4c8..4144277e88 100644
--- a/documentation/ref-manual/devtool-reference.rst
+++ b/documentation/ref-manual/devtool-reference.rst
@@ -379,16 +379,14 @@ command::
379Unless you provide a specific recipe name on the command line, the 379Unless you provide a specific recipe name on the command line, the
380command checks all recipes in all configured layers. 380command checks all recipes in all configured layers.
381 381
382Following is a partial example table that reports on all the recipes. 382Here is a partial example table that reports on all the recipes.
383Notice the reported reason for not upgrading the ``base-passwd`` recipe. 383Notice the reported reason for not upgrading the ``base-passwd`` recipe.
384In this example, while a new version is available upstream, you do not 384In this example, while a new version is available upstream, you do not
385want to use it because the dependency on ``cdebconf`` is not easily 385want to use it because the dependency on ``cdebconf`` is not easily
386satisfied. Maintainers can explicit the reason that is shown by adding 386satisfied. Maintainers can explicit the reason that is shown by adding
387the :term:`RECIPE_NO_UPDATE_REASON` variable to the corresponding recipe. 387the :term:`RECIPE_NO_UPDATE_REASON` variable to the corresponding recipe.
388See :yocto_git:`base-passwd.bb </poky/tree/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb>` 388See :yocto_git:`base-passwd.bb </poky/tree/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb>`
389for an example. 389for an example::
390
391::
392 390
393 $ devtool check-upgrade-status 391 $ devtool check-upgrade-status
394 ... 392 ...
@@ -599,7 +597,7 @@ The ``devtool status`` command has no command-line options::
599 597
600 $ devtool status 598 $ devtool status
601 599
602Following is sample output after using 600Here is sample output after using
603:ref:`devtool add <ref-manual/devtool-reference:adding a new recipe to the workspace layer>` 601:ref:`devtool add <ref-manual/devtool-reference:adding a new recipe to the workspace layer>`
604to create and add the ``mtr_0.86.bb`` recipe to the ``workspace`` directory:: 602to create and add the ``mtr_0.86.bb`` recipe to the ``workspace`` directory::
605 603