diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index f6ce8e74fb..83e4b807dc 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -4095,12 +4095,9 @@ - As an example, to launch Gdbserver on the target and make it - ready to "debug" a binary named - helloworld, from the host - you need to enter a command like the following. - This command connects to the target and launches Gdbserver - on the target: + Here is an example that when entered from the host + connects to the target and launches Gdbserver in order to + "debug" a binary named helloworld: $ gdbserver localhost:2345 /usr/bin/helloworld