mirror of
https://git.yoctoproject.org/poky
synced 2026-07-17 04:07:06 +00:00
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>
This commit is contained in:
committed by
Steve Sakoman
parent
74ebddb921
commit
fa870dfd0f
@@ -365,7 +365,7 @@ For more examples that show how to use ``do_split_packages``, see the
|
||||
directory of the ``poky`` :ref:`source repository <overview-manual/development-environment:yocto project source repositories>`. You can
|
||||
also find examples in ``meta/classes-recipe/kernel.bbclass``.
|
||||
|
||||
Following is a reference that shows ``do_split_packages`` mandatory and
|
||||
Here is a reference that shows ``do_split_packages`` mandatory and
|
||||
optional arguments::
|
||||
|
||||
Mandatory arguments
|
||||
@@ -1123,7 +1123,7 @@ The ``devtool edit-recipe`` command lets you take a look at the recipe::
|
||||
...
|
||||
LICENSE:${PN}-vary = "MIT"
|
||||
|
||||
Here are three key points in the previous example:
|
||||
Three key points in the previous example are:
|
||||
|
||||
- :term:`SRC_URI` uses the NPM
|
||||
scheme so that the NPM fetcher is used.
|
||||
|
||||
Reference in New Issue
Block a user