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
committerSteve Sakoman <steve@sakoman.com>2024-03-25 04:11:26 -1000
commit5b75b5cbcf48845d4c4f740ac53ec50db20285db (patch)
tree2211b4008728f19e0fcdc33c0d31cd8c765b9c33 /documentation/sdk-manual/working-projects.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/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 276daa9bb6..7483d51fa3 100644
--- a/documentation/sdk-manual/working-projects.rst
+++ b/documentation/sdk-manual/working-projects.rst
@@ -172,19 +172,19 @@ variables and Makefile variables during development.
172The main point of this section is to explain the following three cases 172The main point of this section is to explain the following three cases
173regarding variable behavior: 173regarding variable behavior:
174 174
175- *Case 1 - No Variables Set in the Makefile Map to Equivalent 175- *Case 1 --- No Variables Set in the Makefile Map to Equivalent
176 Environment Variables Set in the SDK Setup Script:* Because matching 176 Environment Variables Set in the SDK Setup Script:* Because matching
177 variables are not specifically set in the ``Makefile``, the variables 177 variables are not specifically set in the ``Makefile``, the variables
178 retain their values based on the environment setup script. 178 retain their values based on the environment setup script.
179 179
180- *Case 2 - Variables Are Set in the Makefile that Map to Equivalent 180- *Case 2 --- Variables Are Set in the Makefile that Map to Equivalent
181 Environment Variables from the SDK Setup Script:* Specifically 181 Environment Variables from the SDK Setup Script:* Specifically
182 setting matching variables in the ``Makefile`` during the build 182 setting matching variables in the ``Makefile`` during the build
183 results in the environment settings of the variables being 183 results in the environment settings of the variables being
184 overwritten. In this case, the variables you set in the ``Makefile`` 184 overwritten. In this case, the variables you set in the ``Makefile``
185 are used. 185 are used.
186 186
187- *Case 3 - Variables Are Set Using the Command Line that Map to 187- *Case 3 --- Variables Are Set Using the Command Line that Map to
188 Equivalent Environment Variables from the SDK Setup Script:* 188 Equivalent Environment Variables from the SDK Setup Script:*
189 Executing the ``Makefile`` from the command line results in the 189 Executing the ``Makefile`` from the command line results in the
190 environment variables being overwritten. In this case, the 190 environment variables being overwritten. In this case, the