summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/advanced.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/kernel-dev/advanced.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/kernel-dev/advanced.rst')
-rw-r--r--documentation/kernel-dev/advanced.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-dev/advanced.rst b/documentation/kernel-dev/advanced.rst
index e38a8da25c..eae2d49ba4 100644
--- a/documentation/kernel-dev/advanced.rst
+++ b/documentation/kernel-dev/advanced.rst
@@ -182,7 +182,7 @@ the structure:
182 order to define a base kernel policy or major kernel type to be 182 order to define a base kernel policy or major kernel type to be
183 reused across multiple BSPs, place the file in ``ktypes`` directory. 183 reused across multiple BSPs, place the file in ``ktypes`` directory.
184 184
185These distinctions can easily become blurred - especially as out-of-tree 185These distinctions can easily become blurred --- especially as out-of-tree
186features slowly merge upstream over time. Also, remember that how the 186features slowly merge upstream over time. Also, remember that how the
187description files are placed is a purely logical organization and has no 187description files are placed is a purely logical organization and has no
188impact on the functionality of the kernel Metadata. There is no impact 188impact on the functionality of the kernel Metadata. There is no impact