diff --git a/doc/openocd.texi b/doc/openocd.texi index 5899ae936..54cf21a29 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -11800,19 +11800,19 @@ When utilizing version 0.11 of the RISC-V Debug Specification, and DBUS registers, respectively. @end deffn -@deffn {Command} {riscv smp} [on|off] +@deffn {Command} {smp} [on|off] Display, enable or disable SMP handling mode. This command is needed only if user wants to temporary @b{disable} SMP handling for an existing SMP group (see @code{aarch64 smp} for additional information). To define an SMP group the command @code{target smp} should be used. @end deffn -@deffn {Command} {riscv smp_gdb} [core_id] +@deffn {Command} {smp_gdb} [core_id] Display/set the current core displayed in GDB. This is needed only if -@code{riscv smp} was used. +@code{smp} was used. @end deffn -@deffn {Command} {riscv use_bscan_tunnel} width [type] +@deffn {Config Command} {riscv use_bscan_tunnel} width [type] Enable or disable use of a BSCAN tunnel to reach the Debug Module. Supply the @var{width} of the DM transport TAP's instruction register to enable. The @var{width} should fit into 7 bits. Supply a value of 0 to disable. @@ -11836,7 +11836,7 @@ tunneled DR scan consists of: @end enumerate @end deffn -@deffn {Command} {riscv set_bscan_tunnel_ir} value +@deffn {Config Command} {riscv set_bscan_tunnel_ir} value Allows the use_bscan_tunnel feature to target non Xilinx device by specifying the JTAG TAP IR used to access the bscan tunnel. @end deffn