X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=doc%2Fmanual%2Fscripting.txt;h=f8764e2d7c2b5a6008f8c6e226278489b2d9df51;hb=HEAD;hp=783541caf3b3fa8a9213c125b6852b76c10ad60f;hpb=b11d79110ebea755d139406fa65e484cdc379cf0;p=openocd.git diff --git a/doc/manual/scripting.txt b/doc/manual/scripting.txt index 783541caf3..f8764e2d7c 100644 --- a/doc/manual/scripting.txt +++ b/doc/manual/scripting.txt @@ -43,7 +43,7 @@ Default implementation of procedures in tcl/procedures.tcl. functions constitute the tcl api. flash_banks is such a low level tcl proc. "flash banks" is an example of a command that has human readable output. The human - readable output is expected to change inbetween versions + readable output is expected to change in between versions of OpenOCD. The output from flash_banks may not be in the preferred form for the client. The client then has two choices a) parse the output from flash_banks