Documentation: consistency in GDB command name
authorMarc Pignat <marc.pignat@hevs.ch>
Tue, 11 May 2010 05:59:22 +0000 (07:59 +0200)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Tue, 11 May 2010 18:01:18 +0000 (20:01 +0200)
Always use the complete name of the GDB command, not an abbreviation.

doc/openocd.texi

index 5e703f1fa369e778fef473ca09c51236beea72bd..c95803ae7a5a72d380a5efa86830e697fb776da3 100644 (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.