summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/new-machine.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/dev-manual/new-machine.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/dev-manual/new-machine.rst')
-rw-r--r--documentation/dev-manual/new-machine.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/new-machine.rst b/documentation/dev-manual/new-machine.rst
index 6b41d24db4..469b2d395a 100644
--- a/documentation/dev-manual/new-machine.rst
+++ b/documentation/dev-manual/new-machine.rst
@@ -104,7 +104,7 @@ contains directories for specific machines such as ``qemuarm`` and
104defaults, see the ``meta/recipes-bsp/formfactor/files/config`` file 104defaults, see the ``meta/recipes-bsp/formfactor/files/config`` file
105found in the same area. 105found in the same area.
106 106
107Following is an example for "qemuarm" machine:: 107Here is an example for "qemuarm" machine::
108 108
109 HAVE_TOUCHSCREEN=1 109 HAVE_TOUCHSCREEN=1
110 HAVE_KEYBOARD=1 110 HAVE_KEYBOARD=1