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 @@ $ bitbake -c compile -f <name_of_package> The -f or --force - option forces re-execution of the specified task. + option forces the specified task to execute. If you find problems with your code, you can just keep editing and re-testing iteratively until things work as expected. All the modifications you make to the temporary source code @@ -1713,7 +1713,7 @@ $ quilt refresh - At this point the my_changes.patch file has all your edits made + At this point, the my_changes.patch file has all your edits made to the file1.c, file2.c, and file3.c files. You can find the resulting patch file in the patches/