summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/qa-checks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/qa-checks.rst')
-rw-r--r--documentation/ref-manual/qa-checks.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/qa-checks.rst b/documentation/ref-manual/qa-checks.rst
index 6cb767d934..79d2d4266a 100644
--- a/documentation/ref-manual/qa-checks.rst
+++ b/documentation/ref-manual/qa-checks.rst
@@ -675,7 +675,7 @@ Errors and Warnings
675 task. Patch fuzz is a situation when the ``patch`` tool ignores some of the context 675 task. Patch fuzz is a situation when the ``patch`` tool ignores some of the context
676 lines in order to apply the patch. Consider this example: 676 lines in order to apply the patch. Consider this example:
677 677
678 Patch to be applied: :: 678 Patch to be applied::
679 679
680 --- filename 680 --- filename
681 +++ filename 681 +++ filename
@@ -687,7 +687,7 @@ Errors and Warnings
687 context line 5 687 context line 5
688 context line 6 688 context line 6
689 689
690 Original source code: :: 690 Original source code::
691 691
692 different context line 1 692 different context line 1
693 different context line 2 693 different context line 2
@@ -696,7 +696,7 @@ Errors and Warnings
696 different context line 5 696 different context line 5
697 different context line 6 697 different context line 6
698 698
699 Outcome (after applying patch with fuzz): :: 699 Outcome (after applying patch with fuzz)::
700 700
701 different context line 1 701 different context line 1
702 different context line 2 702 different context line 2
@@ -716,14 +716,14 @@ Errors and Warnings
716 *How to eliminate patch fuzz warnings* 716 *How to eliminate patch fuzz warnings*
717 717
718 Use the ``devtool`` command as explained by the warning. First, unpack the 718 Use the ``devtool`` command as explained by the warning. First, unpack the
719 source into devtool workspace: :: 719 source into devtool workspace::
720 720
721 devtool modify <recipe> 721 devtool modify <recipe>
722 722
723 This will apply all of the patches, and create new commits out of them in 723 This will apply all of the patches, and create new commits out of them in
724 the workspace - with the patch context updated. 724 the workspace - with the patch context updated.
725 725
726 Then, replace the patches in the recipe layer: :: 726 Then, replace the patches in the recipe layer::
727 727
728 devtool finish --force-patch-refresh <recipe> <layer_path> 728 devtool finish --force-patch-refresh <recipe> <layer_path>
729 729