diff options
author | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-10 21:30:48 +0000 |
---|---|---|
committer | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-10 21:30:48 +0000 |
commit | 79d80e40bdf30cc353b75187432939d9cda54cd8 (patch) | |
tree | 5aa3a6c8a95a4ed555c053295a202855abb83d53 /doc | |
parent | ba0f4a254c28ce0013e6dd2443f358316153610a (diff) | |
download | riscv-openocd-79d80e40bdf30cc353b75187432939d9cda54cd8.zip riscv-openocd-79d80e40bdf30cc353b75187432939d9cda54cd8.tar.gz riscv-openocd-79d80e40bdf30cc353b75187432939d9cda54cd8.tar.bz2 |
- fix texi/pdf issue created in svn r2039
git-svn-id: svn://svn.berlios.de/openocd/trunk@2181 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index dac38c0..cfb274b 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -4002,7 +4002,7 @@ Remove the breakpoint at @var{address}. Remove data watchpoint on @var{address} @end deffn -@deffn Command {wp} [address len [(@option{r}|@option{w}|@option{a}) [value [mask]]] +@deffn Command {wp} [address len [(@option{r}|@option{w}|@option{a}) [value [mask]]]] With no parameters, lists all active watchpoints. Else sets a data watchpoint on data from @var{address} for @var{length} bytes. The watch point is an "access" watchpoint unless |