This is an automated email from Gerrit. "R. Diez <rdiezmail-open...@yahoo.de>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/8261
-- gerrit commit 689f963cb25b9fcba0515453db45e38755429621 Author: R. Diez <rdiezmail-open...@yahoo.de> Date: Sun May 12 18:45:16 2024 +0200 Documentation: fix warning "unbalanced square brackets" Change-Id: I17b716533f5c9371600f0d932bf9b81c95c349e7 Signed-off-by: R. Diez <rdiezmail-open...@yahoo.de> diff --git a/doc/openocd.texi b/doc/openocd.texi index 55e6e76808..fca6ac5483 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -9372,7 +9372,7 @@ Loads an image stored in memory by @command{fast_load_image} to the current target. Must be preceded by fast_load_image. @end deffn -@deffn {Command} {fast_load_image} filename [address [@option{bin}|@option{ihex}|@option{elf}|@option{s19} [@option{min_addr} [@option{max_length}]]]]]] +@deffn {Command} {fast_load_image} filename [address [@option{bin}|@option{ihex}|@option{elf}|@option{s19} [@option{min_addr} [@option{max_length}]]]] Normally you should be using @command{load_image} or GDB load. However, for testing purposes or when I/O overhead is significant(OpenOCD running on an embedded host), storing the image in memory and uploading the image to the target --