summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/devtool-reference.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-12-08 10:25:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-18 10:41:21 +0000
commit01e5d22507e57c66452f14610ee8eb3d66ac9d71 (patch)
tree7241fa93a3a0d11db32d042e5d70a750132ab0a1 /documentation/ref-manual/devtool-reference.rst
parent8b812b29c4b13ba028c0d66f73a6599a988486d5 (diff)
downloadpoky-01e5d22507e57c66452f14610ee8eb3d66ac9d71.tar.gz
manuals: fix double colons
Fixing double colons appearing alone on a line, while they could be put at the end of the previous line. Sometimes placing a note after the quoted text to avoid such a situation. It's more natural too not to have a note between the introduction text and the quoted section. (From yocto-docs rev: fb054622f5119444eb947fe580253f37e0d872c6) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/devtool-reference.rst')
-rw-r--r--documentation/ref-manual/devtool-reference.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/documentation/ref-manual/devtool-reference.rst b/documentation/ref-manual/devtool-reference.rst
index c2e1c2c29b..6aa09f6d6f 100644
--- a/documentation/ref-manual/devtool-reference.rst
+++ b/documentation/ref-manual/devtool-reference.rst
@@ -385,9 +385,7 @@ want to use it because the dependency on ``cdebconf`` is not easily
385satisfied. Maintainers can explicit the reason that is shown by adding 385satisfied. Maintainers can explicit the reason that is shown by adding
386the :term:`RECIPE_NO_UPDATE_REASON` variable to the corresponding recipe. 386the :term:`RECIPE_NO_UPDATE_REASON` variable to the corresponding recipe.
387See :yocto_git:`base-passwd.bb </poky/tree/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb>` 387See :yocto_git:`base-passwd.bb </poky/tree/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb>`
388for an example. 388for an example::
389
390::
391 389
392 $ devtool check-upgrade-status 390 $ devtool check-upgrade-status
393 ... 391 ...
@@ -555,8 +553,7 @@ Use the ``devtool undeploy-target`` command to remove deployed build
555output from the target machine. For the ``devtool undeploy-target`` 553output from the target machine. For the ``devtool undeploy-target``
556command to work, you must have previously used the 554command to work, you must have previously used the
557":ref:`devtool deploy-target <ref-manual/devtool-reference:deploying your software on the target machine>`" 555":ref:`devtool deploy-target <ref-manual/devtool-reference:deploying your software on the target machine>`"
558command. 556command::
559::
560 557
561 $ devtool undeploy-target recipe target 558 $ devtool undeploy-target recipe target
562 559