aboutsummaryrefslogtreecommitdiff
path: root/doc/openocd.texi
diff options
context:
space:
mode:
authorChristopher Head <chead@zaber.com>2019-04-01 16:02:09 -0700
committerMatthias Welwarsky <matthias@welwarsky.de>2019-04-10 10:10:36 +0100
commitca7ba6b58d2246547f156944be5326cf51c476ac (patch)
tree73bed9ddb9c04356ab0ec832c9116e87435c7dcd /doc/openocd.texi
parent487710da6d65e1704f68849a152fec76752d4f4e (diff)
downloadriscv-openocd-ca7ba6b58d2246547f156944be5326cf51c476ac.zip
riscv-openocd-ca7ba6b58d2246547f156944be5326cf51c476ac.tar.gz
riscv-openocd-ca7ba6b58d2246547f156944be5326cf51c476ac.tar.bz2
Fix incorrect commas in URLs
In Texinfo, a comma inside an @url separates parameters to the @url function rather than being included as part of a parameter. Use @comma{} instead to resolve this. Change-Id: I8b38939462cf4452e5bc2582ee484220aaf83ae0 Signed-off-by: Christopher Head <chead@zaber.com> Reviewed-on: http://openocd.zylin.com/5028 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de>
Diffstat (limited to 'doc/openocd.texi')
-rw-r--r--doc/openocd.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index f5852cc..feb4334 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -4376,14 +4376,14 @@ The current implementation supports three JTAG TAP cores:
@item @code{ls1_sap} -- this is the SAP on NXP LS102x CPUs,
allowing access to physical memory addresses independently of CPU cores.
@itemize @minus
-@item @code{OpenCores TAP} (See: @url{http://opencores.org/project,jtag})
+@item @code{OpenCores TAP} (See: @url{http://opencores.org/project@comma{}jtag})
@item @code{Altera Virtual JTAG TAP} (See: @url{http://www.altera.com/literature/ug/ug_virtualjtag.pdf})
@item @code{Xilinx BSCAN_* virtual JTAG interface} (See: @url{http://www.xilinx.com/support/documentation/sw_manuals/xilinx14_2/spartan6_hdl.pdf})
@end itemize
And two debug interfaces cores:
@itemize @minus
-@item @code{Advanced debug interface} (See: @url{http://opencores.org/project,adv_debug_sys})
-@item @code{SoC Debug Interface} (See: @url{http://opencores.org/project,dbg_interface})
+@item @code{Advanced debug interface} (See: @url{http://opencores.org/project@comma{}adv_debug_sys})
+@item @code{SoC Debug Interface} (See: @url{http://opencores.org/project@comma{}dbg_interface})
@end itemize
@end itemize
@end deffn