doc: fix typos in commands definition

Change-Id: Ie07260f229c6bd227bae0bf3dd97d29bf84c72ec
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/6725
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
This commit is contained in:
Antonio Borneo 2021-11-18 12:29:49 +01:00
parent 55159ea2e5
commit 4626af4401
1 changed files with 9 additions and 9 deletions

View File

@ -2833,7 +2833,7 @@ Reset the current configuration.
@deffn {Command} {jlink config write} @deffn {Command} {jlink config write}
Write the current configuration to the internal persistent storage. Write the current configuration to the internal persistent storage.
@end deffn @end deffn
@deffn {Command} {jlink emucom write <channel> <data>} @deffn {Command} {jlink emucom write} <channel> <data>
Write data to an EMUCOM channel. The data needs to be encoded as hexadecimal Write data to an EMUCOM channel. The data needs to be encoded as hexadecimal
pairs. pairs.
@ -2843,7 +2843,7 @@ the EMUCOM channel 0x10:
> jlink emucom write 0x10 aa0b23 > jlink emucom write 0x10 aa0b23
@end example @end example
@end deffn @end deffn
@deffn {Command} {jlink emucom read <channel> <length>} @deffn {Command} {jlink emucom read} <channel> <length>
Read data from an EMUCOM channel. The read data is encoded as hexadecimal Read data from an EMUCOM channel. The read data is encoded as hexadecimal
pairs. pairs.
@ -7643,7 +7643,7 @@ Some tms470-specific commands are defined:
Saves programming keys in a register, to enable flash erase and write commands. Saves programming keys in a register, to enable flash erase and write commands.
@end deffn @end deffn
@deffn {Command} {tms470 osc_mhz} clock_mhz @deffn {Command} {tms470 osc_megahertz} clock_mhz
Reports the clock speed, which is used to calculate timings. Reports the clock speed, which is used to calculate timings.
@end deffn @end deffn
@ -8678,7 +8678,7 @@ If the control block location is not known, OpenOCD starts searching for it.
Stop RTT. Stop RTT.
@end deffn @end deffn
@deffn {Command} {rtt polling_interval [interval]} @deffn {Command} {rtt polling_interval} [interval]
Display the polling interval. Display the polling interval.
If @var{interval} is provided, set the polling interval. If @var{interval} is provided, set the polling interval.
The polling interval determines (in milliseconds) how often the up-channels are The polling interval determines (in milliseconds) how often the up-channels are
@ -9533,7 +9533,7 @@ cores @emph{except the ARM1176} use the same six bits.
display information about target caches display information about target caches
@end deffn @end deffn
@deffn {Command} {cortex_a dacrfixup [@option{on}|@option{off}]} @deffn {Command} {cortex_a dacrfixup} [@option{on}|@option{off}]
Work around issues with software breakpoints when the program text is Work around issues with software breakpoints when the program text is
mapped read-only by the operating system. This option sets the CP15 DACR mapped read-only by the operating system. This option sets the CP15 DACR
to "all-manager" to bypass MMU permission checks on memory access. to "all-manager" to bypass MMU permission checks on memory access.
@ -9571,12 +9571,12 @@ possible (4096) entries are printed.
@subsection ARMv7-R specific commands @subsection ARMv7-R specific commands
@cindex Cortex-R @cindex Cortex-R
@deffn {Command} {cortex_r dbginit} @deffn {Command} {cortex_r4 dbginit}
Initialize core debug Initialize core debug
Enables debug by unlocking the Software Lock and clearing sticky powerdown indications Enables debug by unlocking the Software Lock and clearing sticky powerdown indications
@end deffn @end deffn
@deffn {Command} {cortex_r maskisr} [@option{on}|@option{off}] @deffn {Command} {cortex_r4 maskisr} [@option{on}|@option{off}]
Selects whether interrupts will be processed when single stepping Selects whether interrupts will be processed when single stepping
@end deffn @end deffn