diff --git a/documentation/sdk-manual/sdk-extensible.xml b/documentation/sdk-manual/sdk-extensible.xml index 5df700bee8..bc77bed86c 100644 --- a/documentation/sdk-manual/sdk-extensible.xml +++ b/documentation/sdk-manual/sdk-extensible.xml @@ -1648,29 +1648,29 @@ devtool deploy-target command. Because the devtool deploy-target command backs up any files it overwrites, you can use the - devtool undeploy-target to restore those files - and remove any other files the recipe deployed. + devtool undeploy-target command to restore + those files and remove any other files the recipe deployed. Consider the following example: $ devtool undeploy-target lighttpd root@192.168.7.2 If you have deployed multiple applications, you can remove them - all at once thus restoring the target device back to its + all using the "-a" option thus restoring the target device to its original state: $ devtool undeploy-target -a root@192.168.7.2 Information about files deployed to the target as well as any backed up files are stored on the target itself. - This storage of course requires some additional space + This storage, of course, requires some additional space on the target machine. The devtool deploy-target and - devtool undeploy-target command do not + devtool undeploy-target commands do not currently interact with any package management system on the target device (e.g. RPM or OPKG). - Consequently, you should not intermingle operations - devtool deploy-target and the package + Consequently, you should not intermingle + devtool deploy-target and package manager operations on the target device. Doing so could result in a conflicting set of files.