diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 0a08b0001b..83d21d0f89 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -2648,12 +2648,12 @@ time "<command>"

- The addition 100 microseconds in this example is the additional overhead of the time command execution itself which is included in the total. - Timing quantization errors could also result in small errors in the measurement. + The additional 10 millseconds in this example is due primarily to the quantization error in the timing (this setup used a 10 millisecond periodic system timer). + Other sources of error could include the additional overhead of the time command execution itself which is included in the total.

Notice that: @@ -2673,7 +2673,7 @@ nsh> nsh> time "sleep 2" & time [3:100] nsh> -2.0001 sec +2.0100 sec