From 44d0532c8930d4c9bcdefebb15837acf1fd839d4 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Mon, 29 Mar 2021 15:17:52 +0200 Subject: manuals: Fix typos and spacing Fix double words, punctuation spacing issues, spacing issues, "its" instead of "it's", and other trivial issues. (From yocto-docs rev: 56eb1f340a7af112e62c1d8ad02d4bec0ad88313) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/ref-manual/TODO | 6 +++--- documentation/ref-manual/classes.rst | 2 +- documentation/ref-manual/faq.rst | 2 +- documentation/ref-manual/migration-1.7.rst | 2 +- documentation/ref-manual/release-process.rst | 2 +- documentation/ref-manual/system-requirements.rst | 2 +- documentation/ref-manual/variables.rst | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/TODO b/documentation/ref-manual/TODO index ee0db977cc..0510f54710 100644 --- a/documentation/ref-manual/TODO +++ b/documentation/ref-manual/TODO @@ -1,10 +1,10 @@ Handbook Todo List: - * Document adding a new IMAGE_FEATURE to the customising images section + * Document adding a new IMAGE_FEATURE to the customising images section * Add instructions about using zaurus/openmoko emulation * Add component overview/block diagrams - * Software Deevelopment intro should mention its software development for - intended target and could be a different arch etc and thus special case. + * Software Development intro should mention its software development for + intended target and could be a different arch etc and thus special case. * Expand insane.bbclass documentation to cover tests * Document remaining classes (see list in ref-classes) * Document formfactor diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index be112e0faf..6d9779f6e7 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst @@ -1426,7 +1426,7 @@ Only a single U-boot boot script can be added to the FIT image created by The boot script is specified in the ITS file as a text file containing U-boot commands. When using a boot script the user should configure the U-boot ``do_install`` task to copy the script to sysroot. -So the script can be included in the the FIT image by the ``kernel-fitimage`` +So the script can be included in the FIT image by the ``kernel-fitimage`` class. At run-time, U-boot CONFIG_BOOTCOMMAND define can be configured to load the boot script from the FIT image and executes it. diff --git a/documentation/ref-manual/faq.rst b/documentation/ref-manual/faq.rst index 34b26ee3ef..3b65588caa 100644 --- a/documentation/ref-manual/faq.rst +++ b/documentation/ref-manual/faq.rst @@ -449,7 +449,7 @@ variable ``bindir``. The makefile's hardcoded default value of "/usr/bin" worked most of the time, but not for the recipe's ``-native`` variant. For another example, permissions errors might be caused by a Makefile that ignores ``DESTDIR`` or uses a different name for that -environment variable. Check the the build system to see if these kinds +environment variable. Check the build system to see if these kinds of issues exist. **Q:** I'm adding a binary in a recipe but it's different in the image, what is diff --git a/documentation/ref-manual/migration-1.7.rst b/documentation/ref-manual/migration-1.7.rst index 54544e4798..c00768ca7b 100644 --- a/documentation/ref-manual/migration-1.7.rst +++ b/documentation/ref-manual/migration-1.7.rst @@ -12,7 +12,7 @@ Changes to Setting QEMU ``PACKAGECONFIG`` Options in ``local.conf`` The QEMU recipe now uses a number of :term:`PACKAGECONFIG` options to enable various optional features. The method used to set defaults for these options -means that existing ``local.conf`` files will need to be be modified to +means that existing ``local.conf`` files will need to be modified to append to ``PACKAGECONFIG`` for ``qemu-native`` and ``nativesdk-qemu`` instead of setting it. In other words, to enable graphical output for QEMU, you should now have these lines in ``local.conf``: diff --git a/documentation/ref-manual/release-process.rst b/documentation/ref-manual/release-process.rst index ed5a09a55d..107d06c76d 100644 --- a/documentation/ref-manual/release-process.rst +++ b/documentation/ref-manual/release-process.rst @@ -135,7 +135,7 @@ consists of the following pieces: - :ref:`ptest `: Runs tests against packages produced during the build for a given - piece of software. The test allows the packages to be be run within a + piece of software. The test allows the packages to be run within a target image. - ``oe-selftest``: Tests combination BitBake invocations. These tests diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst index 9f423e7bb5..6edfa1a865 100644 --- a/documentation/ref-manual/system-requirements.rst +++ b/documentation/ref-manual/system-requirements.rst @@ -294,7 +294,7 @@ installer and automatically installs the tools for you: During execution, the buildtools tarball will be downloaded, the checksum of the download will be verified, the installer will be run - for you, and some basic checks will be run to to make sure the + for you, and some basic checks will be run to make sure the installation is functional. To avoid the need of ``sudo`` privileges, the ``install-buildtools`` diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index f551c4d376..6a9fed0c68 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -2991,7 +2991,7 @@ system and gives an overview of their function and contents. :term:`IMAGE_CMD` Specifies the command to create the image file for a specific image - type, which corresponds to the value set set in + type, which corresponds to the value set in :term:`IMAGE_FSTYPES`, (e.g. ``ext3``, ``btrfs``, and so forth). When setting this variable, you should use an override for the associated type. Here is an example: @@ -3458,7 +3458,7 @@ system and gives an overview of their function and contents. This will result in ``INCOMPATIBLE_LICENSE`` containing the names of all licenses from :term:`AVAILABLE_LICENSES` except the ones specified - in ``COMPATIBLE_LICENSES`` , thus only allowing the latter licenses to + in ``COMPATIBLE_LICENSES``, thus only allowing the latter licenses to be used. :term:`INHERIT` -- cgit v1.2.3-54-g00ecf