summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index 2b4be3dd1d..8c20a9a5c9 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -1696,7 +1696,7 @@
1696 $ bitbake -c compile -f <name_of_package> 1696 $ bitbake -c compile -f <name_of_package>
1697 </literallayout> 1697 </literallayout>
1698 The <filename>-f</filename> or <filename>--force</filename> 1698 The <filename>-f</filename> or <filename>--force</filename>
1699 option forces re-execution of the specified task. 1699 option forces the specified task to execute.
1700 If you find problems with your code, you can just keep editing and 1700 If you find problems with your code, you can just keep editing and
1701 re-testing iteratively until things work as expected. 1701 re-testing iteratively until things work as expected.
1702 <note>All the modifications you make to the temporary source code 1702 <note>All the modifications you make to the temporary source code
@@ -1713,7 +1713,7 @@
1713 <literallayout class='monospaced'> 1713 <literallayout class='monospaced'>
1714 $ quilt refresh 1714 $ quilt refresh
1715 </literallayout> 1715 </literallayout>
1716 At this point the <filename>my_changes.patch</filename> file has all your edits made 1716 At this point, the <filename>my_changes.patch</filename> file has all your edits made
1717 to the <filename>file1.c</filename>, <filename>file2.c</filename>, and 1717 to the <filename>file1.c</filename>, <filename>file2.c</filename>, and
1718 <filename>file3.c</filename> files.</para> 1718 <filename>file3.c</filename> files.</para>
1719 <para>You can find the resulting patch file in the <filename>patches/</filename> 1719 <para>You can find the resulting patch file in the <filename>patches/</filename>