summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/working-projects.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/sdk-manual/working-projects.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/sdk-manual/working-projects.rst')
-rw-r--r--documentation/sdk-manual/working-projects.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/sdk-manual/working-projects.rst b/documentation/sdk-manual/working-projects.rst
index efef5c8bd2..7f8d9b8491 100644
--- a/documentation/sdk-manual/working-projects.rst
+++ b/documentation/sdk-manual/working-projects.rst
@@ -174,19 +174,19 @@ variables and Makefile variables during development.
174The main point of this section is to explain the following three cases 174The main point of this section is to explain the following three cases
175regarding variable behavior: 175regarding variable behavior:
176 176
177- *Case 1 - No Variables Set in the Makefile Map to Equivalent 177- *Case 1 --- No Variables Set in the Makefile Map to Equivalent
178 Environment Variables Set in the SDK Setup Script:* Because matching 178 Environment Variables Set in the SDK Setup Script:* Because matching
179 variables are not specifically set in the ``Makefile``, the variables 179 variables are not specifically set in the ``Makefile``, the variables
180 retain their values based on the environment setup script. 180 retain their values based on the environment setup script.
181 181
182- *Case 2 - Variables Are Set in the Makefile that Map to Equivalent 182- *Case 2 --- Variables Are Set in the Makefile that Map to Equivalent
183 Environment Variables from the SDK Setup Script:* Specifically 183 Environment Variables from the SDK Setup Script:* Specifically
184 setting matching variables in the ``Makefile`` during the build 184 setting matching variables in the ``Makefile`` during the build
185 results in the environment settings of the variables being 185 results in the environment settings of the variables being
186 overwritten. In this case, the variables you set in the ``Makefile`` 186 overwritten. In this case, the variables you set in the ``Makefile``
187 are used. 187 are used.
188 188
189- *Case 3 - Variables Are Set Using the Command Line that Map to 189- *Case 3 --- Variables Are Set Using the Command Line that Map to
190 Equivalent Environment Variables from the SDK Setup Script:* 190 Equivalent Environment Variables from the SDK Setup Script:*
191 Executing the ``Makefile`` from the command line results in the 191 Executing the ``Makefile`` from the command line results in the
192 environment variables being overwritten. In this case, the 192 environment variables being overwritten. In this case, the