diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 603ae759d7..2eeed4e678 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -618,15 +618,34 @@ fi

while-do-done and until-do-done looping constructs are also supported. - These works from the command line but are primarily intended for use within NSH scripts + These work from the command line but are primarily intended for use within NSH scripts (see the sh command). - The syntax is as follows:

-