diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-03-29 08:46:15 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-27 14:55:08 +0100 |
commit | d9adf28c10d4a28538e2f90b97dd8949f28815a6 (patch) | |
tree | 7f1958f696697e52fc848cd398fb53f3c650b3a9 /documentation/ref-manual/structure.rst | |
parent | 0d1d3afa8a09e08b65db8eaa2813bc5621d34806 (diff) | |
download | poky-d9adf28c10d4a28538e2f90b97dd8949f28815a6.tar.gz |
manuals: replace hyphens with em dashes
Fix some hyphens being improperly used as em dashes.
See https://www.grammarly.com/blog/hyphens-and-dashes/
Using em dashes may also allow Sphinx to hyphenate
and break lines in the best way.
Note that the first character after an em dash not
supposed to be capitalized, unless a specific
rule applies, typically when what follows is a proper noun.
Fix a few misuses of parentheses in following text.
(From yocto-docs rev: 5918f019f63f6e820b1168f4cc001faa1d1cdc6f)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/structure.rst')
-rw-r--r-- | documentation/ref-manual/structure.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/structure.rst b/documentation/ref-manual/structure.rst index 12a085552f..bdcffc1947 100644 --- a/documentation/ref-manual/structure.rst +++ b/documentation/ref-manual/structure.rst | |||
@@ -213,8 +213,8 @@ These files are standard top-level files. | |||
213 | 213 | ||
214 | .. _structure-build: | 214 | .. _structure-build: |
215 | 215 | ||
216 | The Build Directory - ``build/`` | 216 | The Build Directory --- ``build/`` |
217 | ================================ | 217 | ================================== |
218 | 218 | ||
219 | The OpenEmbedded build system creates the :term:`Build Directory` | 219 | The OpenEmbedded build system creates the :term:`Build Directory` |
220 | when you run the build environment setup | 220 | when you run the build environment setup |
@@ -589,7 +589,7 @@ install" places its output that is then split into sub-packages within | |||
589 | ``build/tmp/work/tunearch/recipename/version/`` | 589 | ``build/tmp/work/tunearch/recipename/version/`` |
590 | ----------------------------------------------- | 590 | ----------------------------------------------- |
591 | 591 | ||
592 | The recipe work directory - ``${WORKDIR}``. | 592 | The recipe work directory --- ``${WORKDIR}``. |
593 | 593 | ||
594 | As described earlier in the | 594 | As described earlier in the |
595 | ":ref:`structure-build-tmp-sysroots`" section, | 595 | ":ref:`structure-build-tmp-sysroots`" section, |
@@ -654,8 +654,8 @@ recipes. In practice, this is only used for ``gcc`` and its variants | |||
654 | 654 | ||
655 | .. _structure-meta: | 655 | .. _structure-meta: |
656 | 656 | ||
657 | The Metadata - ``meta/`` | 657 | The Metadata --- ``meta/`` |
658 | ======================== | 658 | ========================== |
659 | 659 | ||
660 | As mentioned previously, :term:`Metadata` is the core of the | 660 | As mentioned previously, :term:`Metadata` is the core of the |
661 | Yocto Project. Metadata has several important subdivisions: | 661 | Yocto Project. Metadata has several important subdivisions: |