From: OpenOCD-Gerrit <ope...@us...> - 2021-04-30 07:23:29
|
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 fd40d0967607f8ee7d0aabf7ea7fd93cfc419bf1 (commit) from 2c4f7efbf6ca467121e96dd044b9fdf373774550 (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 fd40d0967607f8ee7d0aabf7ea7fd93cfc419bf1 Author: Tarek BOCHKATI <tar...@gm...> 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 <va...@fb...> Signed-off-by: Tarek BOCHKATI <tar...@gm...> Reviewed-on: http://openocd.zylin.com/6179 Tested-by: jenkins Reviewed-by: Tomas Vanek <va...@fb...> diff --git a/doc/openocd.texi b/doc/openocd.texi index 21b6e952a..c39e7c168 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -10167,7 +10167,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... ----------------------------------------------------------------------- Summary of changes: doc/openocd.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Main OpenOCD repository |