diff --git a/documentation/ref-manual/ref-devtool-reference.xml b/documentation/ref-manual/ref-devtool-reference.xml
index a577d1a457..f8342390ce 100644
--- a/documentation/ref-manual/ref-devtool-reference.xml
+++ b/documentation/ref-manual/ref-devtool-reference.xml
@@ -324,7 +324,7 @@
Use the devtool modify command to begin
modifying the source of an existing recipe.
This command is very similar to the
- add
+ add
command except that it does not physically create the
recipe in the workspace layer because the recipe already
exists in an another layer.
@@ -382,7 +382,7 @@
to the source files.
For example, if you know you are going to work on some
code, you could first use the
- devtool modify
+ devtool modify
command to extract the code and set up the workspace.
After which, you could modify, compile, and test the code.
@@ -604,7 +604,7 @@
remove deployed build output from the target machine.
For the devtool undeploy-target command to
work, you must have previously used the
- devtool deploy-target
+ devtool deploy-target
command.
$ devtool undeploy-target recipetarget
@@ -664,7 +664,7 @@
$ devtool status
Following is sample output after using
- devtool add
+ devtool add
to create and add the mtr_0.86.bb recipe
to the workspace directory: