summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/qa-checks.rst2
-rw-r--r--documentation/ref-manual/tasks.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/qa-checks.rst b/documentation/ref-manual/qa-checks.rst
index ff8916aedf..9455bec3fd 100644
--- a/documentation/ref-manual/qa-checks.rst
+++ b/documentation/ref-manual/qa-checks.rst
@@ -677,7 +677,7 @@ Errors and Warnings
677 677
678- ``Fuzz detected: <patch output> [patch-fuzz]`` 678- ``Fuzz detected: <patch output> [patch-fuzz]``
679 679
680 This check looks for evidence of "fuzz" when applying patches within the ``do_patch`` 680 This check looks for evidence of "fuzz" when applying patches within the :ref:`ref-tasks-patch`
681 task. Patch fuzz is a situation when the ``patch`` tool ignores some of the context 681 task. Patch fuzz is a situation when the ``patch`` tool ignores some of the context
682 lines in order to apply the patch. Consider this example: 682 lines in order to apply the patch. Consider this example:
683 683
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst
index e87be90cc0..414c972ad4 100644
--- a/documentation/ref-manual/tasks.rst
+++ b/documentation/ref-manual/tasks.rst
@@ -327,7 +327,7 @@ file as a patch file::
327 " 327 "
328 328
329Conversely, if you have a file whose file type is ``.patch`` or ``.diff`` 329Conversely, if you have a file whose file type is ``.patch`` or ``.diff``
330and you want to exclude it so that the ``do_patch`` task does not apply 330and you want to exclude it so that the :ref:`ref-tasks-patch` task does not apply
331it during the patch phase, you can use the "apply=no" parameter with the 331it during the patch phase, you can use the "apply=no" parameter with the
332:term:`SRC_URI` statement:: 332:term:`SRC_URI` statement::
333 333