diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index dd13cb7998..121ba36a5c 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -1529,6 +1529,9 @@ nuttx-0.4.11 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
removing the check should improve write throughput
* Add DEBUG configuration option to enable debug console output without disabling
optimization (and vice versa)
+ * Changed lots of occurrents of debug macro dbg() to lldbg(). dbg() uses
+ stdout to output debug data. That works fine unless (1) the dbg() macro
+ is interrupt logic and the interrupted task has redirected stdout! Most
pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>