docs: now builds again
authorØyvind Harboe <oyvind.harboe@zylin.com>
Wed, 5 May 2010 07:21:58 +0000 (09:21 +0200)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Wed, 5 May 2010 07:21:58 +0000 (09:21 +0200)
Fix gaffe committed last time.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
doc/openocd.texi

index cfba79f6b9e1f2cc5fb05c2b88d587b0fe551002..7d54247b8e54c2b0245857d6963357a01a947e4e 100644 (file)
@@ -5671,7 +5671,7 @@ separately.
 @end deffn
 
 @anchor{load_image}
-@deffn Command {load_image} filename address [@option{bin}|@option{ihex}|@option{elf}] @option{min_addr} @option{max_length}]
+@deffn Command {load_image} filename address [[@option{bin}|@option{ihex}|@option{elf}] @option{min_addr} @option{max_length}]
 Load image from file @var{filename} to target memory offset by @var{address} from its load address. 
 The file format may optionally be specified
 (@option{bin}, @option{ihex}, or @option{elf}).