diff options
author | Paul Fertser <fercerpav@gmail.com> | 2018-03-13 13:48:25 +0300 |
---|---|---|
committer | Tomas Vanek <vanekt@fbl.cz> | 2018-03-15 13:40:53 +0000 |
commit | 437925c1415ac1f7d5b1b1bb4dcfb4898849d499 (patch) | |
tree | 950e2aae0a808335b576c7574605b2f3988e4a04 /doc | |
parent | 6f700d2b1c57d40c6ce4e9972427334f89bbc96c (diff) | |
download | riscv-openocd-437925c1415ac1f7d5b1b1bb4dcfb4898849d499.zip riscv-openocd-437925c1415ac1f7d5b1b1bb4dcfb4898849d499.tar.gz riscv-openocd-437925c1415ac1f7d5b1b1bb4dcfb4898849d499.tar.bz2 |
doc: fix xref texinfo warning
Change-Id: Iff1ba5836e3a4f352903c3a5ae73c7d992306d42
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/4466
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Tested-by: jenkins
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 4cc051e..6362b41 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. |