summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-10 21:30:48 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-10 21:30:48 +0000
commit79d80e40bdf30cc353b75187432939d9cda54cd8 (patch)
tree5aa3a6c8a95a4ed555c053295a202855abb83d53 /doc
parentba0f4a254c28ce0013e6dd2443f358316153610a (diff)
downloadopenocd+libswd-79d80e40bdf30cc353b75187432939d9cda54cd8.tar.gz
openocd+libswd-79d80e40bdf30cc353b75187432939d9cda54cd8.tar.bz2
openocd+libswd-79d80e40bdf30cc353b75187432939d9cda54cd8.tar.xz
openocd+libswd-79d80e40bdf30cc353b75187432939d9cda54cd8.zip
- 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.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index dac38c0a..cfb274bf 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