diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-03-18 11:59:31 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-03-18 11:59:31 +0000 |
commit | 9f2a76e7b68696c41d6fa16ff77467be97fbdbed (patch) | |
tree | 4619f4aa0065ab1d03f581d3fe934072e2ae3a70 /doc | |
parent | cf10427caa55be47a6c93976883b595cf2c5be52 (diff) | |
download | openocd+libswd-9f2a76e7b68696c41d6fa16ff77467be97fbdbed.tar.gz openocd+libswd-9f2a76e7b68696c41d6fa16ff77467be97fbdbed.tar.bz2 openocd+libswd-9f2a76e7b68696c41d6fa16ff77467be97fbdbed.tar.xz openocd+libswd-9f2a76e7b68696c41d6fa16ff77467be97fbdbed.zip |
Hiroshi Ito <ito@mlb.co.jp> typos
git-svn-id: svn://svn.berlios.de/openocd/trunk@1417 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index de5f4845..66f8b128 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -1083,7 +1083,7 @@ first target will be gdb_port, the second target will listen on gdb_port + 1, an @section GDB Items @itemize @bullet -@item @b{gdb_breakpoint_override} <@var{hard|soft|disabled}> +@item @b{gdb_breakpoint_override} <@var{hard|soft|disable}> @cindex gdb_breakpoint_override @anchor{gdb_breakpoint_override} @*Force breakpoint type for gdb 'break' commands. @@ -1097,7 +1097,7 @@ the same issue. @item @b{gdb_detach} <@var{resume|reset|halt|nothing}> @cindex gdb_detach -@*Configures what OpenOCD will do when gdb detaches from the daeman. +@*Configures what OpenOCD will do when gdb detaches from the daemon. Default behaviour is <@var{resume}> @item @b{gdb_memory_map} <@var{enable|disable}> |