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/faq.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/faq.rst')
| -rw-r--r-- | documentation/ref-manual/faq.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/faq.rst b/documentation/ref-manual/faq.rst index 3eee9e1be5..2fcbf7da96 100644 --- a/documentation/ref-manual/faq.rst +++ b/documentation/ref-manual/faq.rst | |||
| @@ -364,7 +364,7 @@ redirect requests through proxy servers. | |||
| 364 | 364 | ||
| 365 | **Q:** Can I get rid of build output so I can start over? | 365 | **Q:** Can I get rid of build output so I can start over? |
| 366 | 366 | ||
| 367 | **A:** Yes - you can easily do this. When you use BitBake to build an | 367 | **A:** Yes --- you can easily do this. When you use BitBake to build an |
| 368 | image, all the build output goes into the directory created when you run | 368 | image, all the build output goes into the directory created when you run |
| 369 | the build environment setup script (i.e. | 369 | the build environment setup script (i.e. |
| 370 | :ref:`structure-core-script`). By default, this :term:`Build Directory` | 370 | :ref:`structure-core-script`). By default, this :term:`Build Directory` |
| @@ -428,7 +428,7 @@ relatively normal and the second is not: | |||
| 428 | build/tmp/sysroots/x86_64-linux/usr/bin | 428 | build/tmp/sysroots/x86_64-linux/usr/bin |
| 429 | 429 | ||
| 430 | Even if the paths look unusual, | 430 | Even if the paths look unusual, |
| 431 | they both are correct - the first for a target and the second for a | 431 | they both are correct --- the first for a target and the second for a |
| 432 | native recipe. These paths are a consequence of the ``DESTDIR`` | 432 | native recipe. These paths are a consequence of the ``DESTDIR`` |
| 433 | mechanism and while they appear strange, they are correct and in | 433 | mechanism and while they appear strange, they are correct and in |
| 434 | practice very effective. | 434 | practice very effective. |
