diff options
author | Spencer Oliver <ntfreak@users.sourceforge.net> | 2010-07-16 16:56:41 +0100 |
---|---|---|
committer | Spencer Oliver <ntfreak@users.sourceforge.net> | 2010-07-19 09:10:52 +0100 |
commit | d249057adfeb3f652df86ad321577744910b6e21 (patch) | |
tree | c94c7399889ca59cb1681878feb0c5235a00819a | |
parent | 20c1d4cc9a2ce8864b59ef6414f9cf5649b9f046 (diff) | |
download | openocd_libswd-d249057adfeb3f652df86ad321577744910b6e21.tar.gz openocd_libswd-d249057adfeb3f652df86ad321577744910b6e21.tar.bz2 openocd_libswd-d249057adfeb3f652df86ad321577744910b6e21.tar.xz openocd_libswd-d249057adfeb3f652df86ad321577744910b6e21.zip |
docs: missing parameter from nand check_bad_blocks
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
-rw-r--r-- | doc/openocd.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 8f47cd17..08578fa6 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -5160,7 +5160,7 @@ be removed in a future release. @section Other NAND commands @cindex NAND other commands -@deffn Command {nand check_bad_blocks} [offset length] +@deffn Command {nand check_bad_blocks} num [offset length] Checks for manufacturer bad block markers on the specified NAND device. If no parameters are provided, checks the whole device; otherwise, starts at the specified @var{offset} and |