From: openocd-gerrit <ope...@us...> - 2024-07-28 13:28:31
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 4c6646f10a55efccf7a076667ebeb18b45c1d6e0 (commit) from 5b7b77349c11e0a8f4b0967f31d65dde6ee01457 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4c6646f10a55efccf7a076667ebeb18b45c1d6e0 Author: Antonio Borneo <bor...@gm...> Date: Sun Jul 14 10:46:48 2024 +0200 doc: fix makeinfo warning Build returns a makeinfo warning: openocd.texi:5201: warning: `.' or `,' must follow @xref, not f Add a dummy ',' after '@xref{..}' to silent the warning. Fixes: 44cfdef0a40d ("server/gdb: Restructure commands") Change-Id: Ic0bff8fc9b54942ebb72762816686ea7c7881345 Signed-off-by: Antonio Borneo <bor...@gm...> Reviewed-on: https://review.openocd.org/c/openocd/+/8392 Tested-by: jenkins Reviewed-by: zapb <de...@za...> diff --git a/doc/openocd.texi b/doc/openocd.texi index 7169ef08b..a8a1892db 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -5198,7 +5198,7 @@ where it is a mandatory configuration for the target run control. for instruction on how to declare and control a CTI instance. @anchor{gdbportoverride} -@item @code{-gdb-port} @var{number} -- @xref{gdb port,,command gdb port} for the +@item @code{-gdb-port} @var{number} -- @xref{gdb port,,command gdb port}, for the possible values of the parameter @var{number}, which are not only numeric values. Use this option to override, for this target only, the global parameter set with command @command{gdb port}. ----------------------------------------------------------------------- Summary of changes: doc/openocd.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Main OpenOCD repository |