From: ntfreak Date: Wed, 10 Jun 2009 21:30:48 +0000 (+0000) Subject: - fix texi/pdf issue created in svn r2039 X-Git-Tag: v0.2.0~331 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=79d80e40bdf30cc353b75187432939d9cda54cd8;p=openocd - fix texi/pdf issue created in svn r2039 git-svn-id: svn://svn.berlios.de/openocd/trunk@2181 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- 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