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 https://review.openocd.org/c/openocd/+/8392

-- gerrit

commit d6b76fa6f831d199a02339cbfbb2ebbdf9dc8955
Author: Antonio Borneo <borneo.anto...@gmail.com>
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 <borneo.anto...@gmail.com>

diff --git a/doc/openocd.texi b/doc/openocd.texi
index 7169ef08b5..a8a1892db8 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}.

-- 

Reply via email to