From: Paul Fertser Date: Tue, 13 Mar 2018 10:48:25 +0000 (+0300) Subject: doc: fix xref texinfo warning X-Git-Tag: v0.11.0-rc1~1180 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=437925c1415ac1f7d5b1b1bb4dcfb4898849d499;ds=sidebyside doc: fix xref texinfo warning Change-Id: Iff1ba5836e3a4f352903c3a5ae73c7d992306d42 Signed-off-by: Paul Fertser Reviewed-on: http://openocd.zylin.com/4466 Reviewed-by: Tomas Vanek Tested-by: jenkins --- diff --git a/doc/openocd.texi b/doc/openocd.texi index 4cc051ee44..6362b41f29 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -9259,7 +9259,7 @@ event gdb-flash-erase-start: @example $_TARGETNAME configure -event gdb-flash-erase-start BODY @end example -@xref{targetevents,,Target Events} for other GDB programming related events. +@xref{targetevents,,Target Events}, for other GDB programming related events. To verify any flash programming the GDB command @option{compare-sections} can be used.