summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarc Pignat <marc.pignat@hevs.ch>2010-05-11 07:59:22 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-05-11 20:01:18 +0200
commit4e022886d63bc05502ae51264ce9ba85e8c188c1 (patch)
tree6c58eb5b67a4b3bd45671e55f5f0d755cd685014 /doc
parent4cf13101e5a75ffa0a84070133c2a5f764315d53 (diff)
downloadopenocd_libswd-4e022886d63bc05502ae51264ce9ba85e8c188c1.tar.gz
openocd_libswd-4e022886d63bc05502ae51264ce9ba85e8c188c1.tar.bz2
openocd_libswd-4e022886d63bc05502ae51264ce9ba85e8c188c1.tar.xz
openocd_libswd-4e022886d63bc05502ae51264ce9ba85e8c188c1.zip
Documentation: consistency in GDB command name
Always use the complete name of the GDB command, not an abbreviation.
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi2
1 files changed, 1 insertions, 1 deletions
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.