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
committerSteve Sakoman <steve@sakoman.com>2024-03-25 04:11:26 -1000
commit5b75b5cbcf48845d4c4f740ac53ec50db20285db (patch)
tree2211b4008728f19e0fcdc33c0d31cd8c765b9c33 /documentation/overview-manual/concepts.rst
parent3b7e3267042bf4e2355fde2821c9b6452a07990c (diff)
downloadpoky-5b75b5cbcf48845d4c4f740ac53ec50db20285db.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: a0d93ea1ddfdfbcde8dac3aa328307be778f9e3c) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
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 a1fd3c4dad..e70c778263 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -565,7 +565,7 @@ Local Projects
565~~~~~~~~~~~~~~ 565~~~~~~~~~~~~~~
566 566
567Local projects are custom bits of software the user provides. These bits 567Local projects are custom bits of software the user provides. These bits
568reside somewhere local to a project - perhaps a directory into which the 568reside somewhere local to a project --- perhaps a directory into which the
569user checks in items (e.g. a local directory containing a development 569user checks in items (e.g. a local directory containing a development
570source tree used by the group). 570source tree used by the group).
571 571
@@ -1647,7 +1647,7 @@ you a good idea of when the task's data changes.
1647 1647
1648To complicate the problem, there are things that should not be included 1648To complicate the problem, there are things that should not be included
1649in the checksum. First, there is the actual specific build path of a 1649in the checksum. First, there is the actual specific build path of a
1650given task - the :term:`WORKDIR`. It 1650given task --- the :term:`WORKDIR`. It
1651does not matter if the work directory changes because it should not 1651does not matter if the work directory changes because it should not
1652affect the output for target packages. Also, the build process has the 1652affect the output for target packages. Also, the build process has the
1653objective of making native or cross packages relocatable. 1653objective of making native or cross packages relocatable.
@@ -1706,7 +1706,7 @@ need to fix this situation.
1706Thus far, this section has limited discussion to the direct inputs into 1706Thus far, this section has limited discussion to the direct inputs into
1707a task. Information based on direct inputs is referred to as the 1707a task. Information based on direct inputs is referred to as the
1708"basehash" in the code. However, the question of a task's indirect 1708"basehash" in the code. However, the question of a task's indirect
1709inputs still exits - items already built and present in the 1709inputs still exits --- items already built and present in the
1710:term:`Build Directory`. The checksum (or 1710:term:`Build Directory`. The checksum (or
1711signature) for a particular task needs to add the hashes of all the 1711signature) for a particular task needs to add the hashes of all the
1712tasks on which the particular task depends. Choosing which dependencies 1712tasks on which the particular task depends. Choosing which dependencies