From 7a3fa1f923cf10c18d6d048ebd7679129a31eed1 Mon Sep 17 00:00:00 2001 From: Yun Liu Date: Wed, 1 Jul 2020 23:06:29 +0800 Subject: doc: fix missing parameter in dmi_read (#495) --- doc/openocd.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/openocd.texi b/doc/openocd.texi index 2624477..b7873b6 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -9549,7 +9549,7 @@ Write the 32-bit value to authdata. The following commands allow direct access to the Debug Module Interface, which can be used to interact with custom debug features. -@deffn Command {riscv dmi_read} +@deffn Command {riscv dmi_read} address Perform a 32-bit DMI read at address, returning the value. @end deffn -- cgit v1.1