summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2024-02-09 17:48:06 +0100
committerSteve Sakoman <steve@sakoman.com>2024-03-01 05:19:54 -1000
commitfa870dfd0fd760ec1ab0342f5c82851c043f3eaf (patch)
treec6993e569b3e007213425a31a1aff8761c413dfc /documentation/kernel-dev
parent74ebddb9219e02cd300630a550353560768ed77e (diff)
downloadpoky-fa870dfd0fd760ec1ab0342f5c82851c043f3eaf.tar.gz
manuals: suppress excess use of "following" word
To simplify the style, replace "Following is" and "Following are" by "here is" and "here are", sounding more natural. In some cases, also go further by simplifying "Here are/is xxx" by "xxx are/is" when the "are" or "is" are not two far at the end of the sentence. In some cases too, completely remove the sentence, when it's redundant with the preceding title. (From yocto-docs rev: 2539f1b9cbf9bdd40eff93c6522dc76133debed7) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> CC: Daniel Ammann <daniel.ammann@bytesatwork.ch> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/kernel-dev')
-rw-r--r--documentation/kernel-dev/common.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/kernel-dev/common.rst b/documentation/kernel-dev/common.rst
index 3e1ef389b8..cbcb30281a 100644
--- a/documentation/kernel-dev/common.rst
+++ b/documentation/kernel-dev/common.rst
@@ -1376,7 +1376,7 @@ In order to run this task, you must have an existing ``.config`` file.
1376See the ":ref:`kernel-dev/common:using \`\`menuconfig\`\``" section for 1376See the ":ref:`kernel-dev/common:using \`\`menuconfig\`\``" section for
1377information on how to create a configuration file. 1377information on how to create a configuration file.
1378 1378
1379Following is sample output from the ``do_kernel_configcheck`` task: 1379Here is sample output from the ``do_kernel_configcheck`` task:
1380 1380
1381.. code-block:: none 1381.. code-block:: none
1382 1382
@@ -1809,7 +1809,7 @@ tree. Using Git is an efficient way to see what has changed in the tree.
1809What Changed in a Kernel? 1809What Changed in a Kernel?
1810------------------------- 1810-------------------------
1811 1811
1812Following are a few examples that show how to use Git commands to 1812Here are a few examples that show how to use Git commands to
1813examine changes. These examples are by no means the only way to see 1813examine changes. These examples are by no means the only way to see
1814changes. 1814changes.
1815 1815