summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index d19e94eb9d..32500921aa 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -8407,12 +8407,12 @@ Gateways via their Web Interfaces</ulink>"</emphasis>
8407 8407
8408 <para> 8408 <para>
8409 You need to add a statement in the 8409 You need to add a statement in the
8410 <filename>.gdbinit</filename> file that points to your 8410 <filename>~/.gdbinit</filename> file that points to your
8411 root filesystem. 8411 root filesystem.
8412 Here is an example that points to the root filesystem for 8412 Here is an example that points to the root filesystem for
8413 an ARM-based target device: 8413 an ARM-based target device:
8414 <literallayout class='monospaced'> 8414 <literallayout class='monospaced'>
8415 set sysroot /home/jzhang/sysroot_arm 8415 set sysroot ~/sysroot_arm
8416 </literallayout> 8416 </literallayout>
8417 </para> 8417 </para>
8418 </section> 8418 </section>