This is an automated email from Gerrit. Antonio Borneo (borneo.anto...@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/5094
-- gerrit commit 772dae24b4ddd8363c92dcf64a2865837e400f8f Author: Antonio Borneo <borneo.anto...@gmail.com> Date: Sun Apr 7 06:59:00 2019 +0200 doc/openocd.texi: fix syntax at anchor command The extra space between "@anchor" and the following parenthesis triggers a compile error on MACOS Mohave ./doc/openocd.texi:3482: @anchor expected braces. ./doc/openocd.texi:3482: ` {reset_config} Line 3842 - remove the space between anchor and {reset-config}. Make it… anchor{reset-config} Remove the extra space. Change-Id: Ifcf97a018677c36b6c7f8bc2276f54b8e76c56e3 Reported-by: David Uhen <dau...@gmail.com> Signed-off-by: Antonio Borneo <borneo.anto...@gmail.com> Signed-off-by: David Uhen <dau...@gmail.com> diff --git a/doc/openocd.texi b/doc/openocd.texi index cbc52e6..e0e55cc 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -3479,7 +3479,7 @@ How long (in milliseconds) OpenOCD should wait after deasserting nTRST (active-low JTAG TAP reset) before starting new JTAG operations. @end deffn -@anchor {reset_config} +@anchor{reset_config} @deffn {Command} reset_config mode_flag ... This command displays or modifies the reset configuration of your combination of JTAG board and target in target -- _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel