diff mbox series

ref-manual: small number of grammar/punctuation changes

Message ID 1f016852-03ef-1792-c8ae-54d04f1c59ab@crashcourse.ca
State New
Headers show
Series ref-manual: small number of grammar/punctuation changes | expand

Commit Message

Robert P. J. Day June 21, 2026, 7:36 p.m. UTC
Nothing significant, just grammar and punctuation fixes in Chapter 2.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

  if none of this justifies churn, i'm fine with antonin just dropping
it.

Comments

Antonin Godard June 22, 2026, 8:23 a.m. UTC | #1
Hi,

I can't apply the patch, it seems broken:

  Applying: ref-manual: small number of grammar/punctuation changes
  Using index info to reconstruct a base tree...
  error: patch failed: documentation/ref-manual/yocto-project-supported-features.rst:158
  error: documentation/ref-manual/yocto-project-supported-features.rst: patch does not apply
  error: Did you hand edit your patch?
  It does not apply to blobs recorded in its index.
  Patch failed at 0001 ref-manual: small number of grammar/punctuation changes

Can you look into it?

Antonin
Robert P. J. Day June 22, 2026, 9:10 a.m. UTC | #2
On Mon, 22 Jun 2026, Antonin Godard via lists.yoctoproject.org wrote:

> Hi,
>
> I can't apply the patch, it seems broken:
>
>   Applying: ref-manual: small number of grammar/punctuation changes
>   Using index info to reconstruct a base tree...
>   error: patch failed: documentation/ref-manual/yocto-project-supported-features.rst:158
>   error: documentation/ref-manual/yocto-project-supported-features.rst: patch does not apply
>   error: Did you hand edit your patch?
>   It does not apply to blobs recorded in its index.
>   Patch failed at 0001 ref-manual: small number of grammar/punctuation changes
>
> Can you look into it?

  hmmmmm ... will check, sorry about that.

rday
diff mbox series

Patch

diff --git a/documentation/ref-manual/yocto-project-supported-features.rst b/documentation/ref-manual/yocto-project-supported-features.rst
index 021fca36b..f615081d6 100644
--- a/documentation/ref-manual/yocto-project-supported-features.rst
+++ b/documentation/ref-manual/yocto-project-supported-features.rst
@@ -15,18 +15,18 @@  Reference Manual for more information on these types of releases.

 The infrastructure behind the test environment is the
 :ref:`Yocto Project Autobuilder <test-manual/intro:Yocto Project Autobuilder
-Overview>`. The Autobuilder contains a set of Builders that are associated to an
+Overview>`. The Autobuilder contains a set of Builders that are associated with an
 architecture or a feature to test. For example, the ``qemuarm64`` builder
 corresponds to testing the ARM 64-bit architecture.

 Below is a comprehensive list of target architectures and features that are
 supported, as well as their level of support. For each architecture or feature,
-their corresponding builders are also listed.
+the corresponding builders are also listed.

 Primary Supported
 =================

-The term "primary" means that dedicated builds for these architectures or
+The qualifier "primary" means that dedicated builds for these architectures or
 features are being run on a daily basis on the Yocto Project Autobuilder and
 also tested with incoming changes before they merge. These changes are usually
 on the "-next" Git branches of the :term:`OpenEmbedded-Core (OE-Core)`
@@ -158,10 +158,10 @@  Below is a list of primary tested features, their maintainer(s) and builder(s):
 Secondary Supported
 ===================

-The term "secondary" means that in some cases there is code/feature/support
+The qualifier "secondary" means that, in some cases, there is code/feature/support
 which is desired by people using the project and is in the project's interests
-to support, however there isn't wide enough interest and support to justify
-testing all incoming changes on it. There are however project member
+to support; however, there isn't wide enough interest and support to justify
+testing all incoming changes. There are, however, project member
 organisations and maintainers willing to run tests and review fixes.

 This category may be applicableᅵas support/usage in an area develops and grows,
@@ -235,7 +235,7 @@  builder(s):
 Untested
 ========

-"Untested" means that whilst the configurations are present in the project, we
+"Untested" means that, whilst the configurations are present in the project, we
 don't currently run the tests on any regular basis and new changes are not
 tested against them. We may take patches in these areas if they make sense but
 it is on a best effort only basis.