summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/common.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2024-02-09 17:48:06 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-24 16:13:28 +0000
commit025386d53ceef681d7e829ad184b6850af55619c (patch)
tree720a253731442d2b84ed443c8b143fdc23dfc493 /documentation/kernel-dev/common.rst
parent67efdd63c2b1d94bdc4a8da2895b3f7186e7a7c4 (diff)
downloadpoky-025386d53ceef681d7e829ad184b6850af55619c.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: 52ba6bb16c73cbc2c0e77496d5226c49bce786f5) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> CC: Daniel Ammann <daniel.ammann@bytesatwork.ch> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev/common.rst')
-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 9b197bfccb..0cee503346 100644
--- a/documentation/kernel-dev/common.rst
+++ b/documentation/kernel-dev/common.rst
@@ -1295,7 +1295,7 @@ In order to run this task, you must have an existing ``.config`` file.
1295See the ":ref:`kernel-dev/common:using \`\`menuconfig\`\``" section for 1295See the ":ref:`kernel-dev/common:using \`\`menuconfig\`\``" section for
1296information on how to create a configuration file. 1296information on how to create a configuration file.
1297 1297
1298Following is sample output from the :ref:`ref-tasks-kernel_configcheck` task: 1298Here is sample output from the :ref:`ref-tasks-kernel_configcheck` task:
1299 1299
1300.. code-block:: none 1300.. code-block:: none
1301 1301
@@ -1726,7 +1726,7 @@ tree. Using Git is an efficient way to see what has changed in the tree.
1726What Changed in a Kernel? 1726What Changed in a Kernel?
1727------------------------- 1727-------------------------
1728 1728
1729Following are a few examples that show how to use Git commands to 1729Here are a few examples that show how to use Git commands to
1730examine changes. These examples are by no means the only way to see 1730examine changes. These examples are by no means the only way to see
1731changes. 1731changes.
1732 1732