diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-12-08 10:25:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-18 10:41:21 +0000 |
commit | 01e5d22507e57c66452f14610ee8eb3d66ac9d71 (patch) | |
tree | 7241fa93a3a0d11db32d042e5d70a750132ab0a1 /documentation/dev-manual/wic.rst | |
parent | 8b812b29c4b13ba028c0d66f73a6599a988486d5 (diff) | |
download | poky-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/dev-manual/wic.rst')
-rw-r--r-- | documentation/dev-manual/wic.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/dev-manual/wic.rst b/documentation/dev-manual/wic.rst index d2f7bd0130..7ed887b270 100644 --- a/documentation/dev-manual/wic.rst +++ b/documentation/dev-manual/wic.rst | |||
@@ -539,8 +539,7 @@ will need to boot from ``sdb`` instead of ``sda``, which is what the | |||
539 | 539 | ||
540 | The example begins by making a copy of the ``directdisk-gpt.wks`` file | 540 | The example begins by making a copy of the ``directdisk-gpt.wks`` file |
541 | in the ``scripts/lib/image/canned-wks`` directory and then by changing | 541 | in the ``scripts/lib/image/canned-wks`` directory and then by changing |
542 | the lines that specify the target disk from which to boot. | 542 | the lines that specify the target disk from which to boot:: |
543 | :: | ||
544 | 543 | ||
545 | $ cp /home/stephano/yocto/poky/scripts/lib/wic/canned-wks/directdisk-gpt.wks \ | 544 | $ cp /home/stephano/yocto/poky/scripts/lib/wic/canned-wks/directdisk-gpt.wks \ |
546 | /home/stephano/yocto/poky/scripts/lib/wic/canned-wks/directdisksdb-gpt.wks | 545 | /home/stephano/yocto/poky/scripts/lib/wic/canned-wks/directdisksdb-gpt.wks |
@@ -557,8 +556,7 @@ Once the lines are changed, the | |||
557 | example generates the ``directdisksdb-gpt`` image. The command points | 556 | example generates the ``directdisksdb-gpt`` image. The command points |
558 | the process at the ``core-image-minimal`` artifacts for the Next Unit of | 557 | the process at the ``core-image-minimal`` artifacts for the Next Unit of |
559 | Computing (nuc) :term:`MACHINE` the | 558 | Computing (nuc) :term:`MACHINE` the |
560 | ``local.conf``. | 559 | ``local.conf``:: |
561 | :: | ||
562 | 560 | ||
563 | $ wic create directdisksdb-gpt -e core-image-minimal | 561 | $ wic create directdisksdb-gpt -e core-image-minimal |
564 | INFO: Building wic-tools... | 562 | INFO: Building wic-tools... |