This is an automated email from Gerrit.

Tarek BOCHKATI ([email protected]) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/6179

-- gerrit

commit 7e3ca846e97b21ad247aba2eb263d3249db3c763
Author: Tarek BOCHKATI <[email protected]>
Date:   Thu Apr 22 14:34:14 2021 +0100

    doc/openocd.texi: fix warning
    
    fix the warning below by adding a '.' after xref in line 10184:
    ./doc/openocd.texi:10184: warning: `.' or `,' must follow @xref, not c
    
    Change-Id: Ibd976ae61cf6845e925b839321444dcb25a3c04a
    Reported-by: Tomas Vanek <[email protected]>
    Signed-off-by: Tarek BOCHKATI <[email protected]>

diff --git a/doc/openocd.texi b/doc/openocd.texi
index 92f0ad2..babaced 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -10181,7 +10181,7 @@ startbit endbit}.
 
 @deffn {Command} {arc get-reg-field} reg-name field-name
 Returns value of bit-field in a register. Register must be ``struct'' register
-type, @xref{add-reg-type-struct} command definition.
+type, @xref{add-reg-type-struct}. command definition.
 @end deffn
 
 @deffn {Command} {arc set-reg-exists} reg-names...

-- 

Reply via email to