summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/concepts.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-03-29 08:46:15 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-27 14:55:08 +0100
commitd9adf28c10d4a28538e2f90b97dd8949f28815a6 (patch)
tree7f1958f696697e52fc848cd398fb53f3c650b3a9 /documentation/overview-manual/concepts.rst
parent0d1d3afa8a09e08b65db8eaa2813bc5621d34806 (diff)
downloadpoky-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/overview-manual/concepts.rst')
-rw-r--r--documentation/overview-manual/concepts.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 016577e07e..83339da98f 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -557,7 +557,7 @@ Local Projects
557~~~~~~~~~~~~~~ 557~~~~~~~~~~~~~~
558 558
559Local projects are custom bits of software the user provides. These bits 559Local projects are custom bits of software the user provides. These bits
560reside somewhere local to a project - perhaps a directory into which the 560reside somewhere local to a project --- perhaps a directory into which the
561user checks in items (e.g. a local directory containing a development 561user checks in items (e.g. a local directory containing a development
562source tree used by the group). 562source tree used by the group).
563 563
@@ -1641,7 +1641,7 @@ you a good idea of when the task's data changes.
1641 1641
1642To complicate the problem, there are things that should not be included 1642To complicate the problem, there are things that should not be included
1643in the checksum. First, there is the actual specific build path of a 1643in the checksum. First, there is the actual specific build path of a
1644given task - the :term:`WORKDIR`. It 1644given task --- the :term:`WORKDIR`. It
1645does not matter if the work directory changes because it should not 1645does not matter if the work directory changes because it should not
1646affect the output for target packages. Also, the build process has the 1646affect the output for target packages. Also, the build process has the
1647objective of making native or cross packages relocatable. 1647objective of making native or cross packages relocatable.
@@ -1700,7 +1700,7 @@ need to fix this situation.
1700Thus far, this section has limited discussion to the direct inputs into 1700Thus far, this section has limited discussion to the direct inputs into
1701a task. Information based on direct inputs is referred to as the 1701a task. Information based on direct inputs is referred to as the
1702"basehash" in the code. However, the question of a task's indirect 1702"basehash" in the code. However, the question of a task's indirect
1703inputs still exits - items already built and present in the 1703inputs still exits --- items already built and present in the
1704:term:`Build Directory`. The checksum (or 1704:term:`Build Directory`. The checksum (or
1705signature) for a particular task needs to add the hashes of all the 1705signature) for a particular task needs to add the hashes of all the
1706tasks on which the particular task depends. Choosing which dependencies 1706tasks on which the particular task depends. Choosing which dependencies