From: Marc Pignat Date: Tue, 11 May 2010 05:59:22 +0000 (+0200) Subject: Documentation: consistency in GDB command name X-Git-Tag: v0.5.0-rc1~706 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4e022886d63bc05502ae51264ce9ba85e8c188c1;p=openocd Documentation: consistency in GDB command name Always use the complete name of the GDB command, not an abbreviation. --- diff --git a/doc/openocd.texi b/doc/openocd.texi index 5e703f1f..c95803ae 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -537,7 +537,7 @@ command interpreter today is a mixture of (newer) JIM-Tcl commands, and (older) the orginal command interpreter. @item @b{Commands} -@* At the OpenOCD telnet command line (or via the GDB mon command) one +@* At the OpenOCD telnet command line (or via the GDB monitor command) one can type a Tcl for() loop, set variables, etc. Some of the commands documented in this guide are implemented as Tcl scripts, from a @file{startup.tcl} file internal to the server.