Documentation: consistency in GDB command name

Always use the complete name of the GDB command, not an abbreviation.
This commit is contained in:
Marc Pignat 2010-05-11 07:59:22 +02:00 committed by Øyvind Harboe
parent 4cf13101e5
commit 4e022886d6
1 changed files with 1 additions and 1 deletions

View File

@ -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.