diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 2c7d6531a9f..0fdeffaee2d 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
NuttX RTOS
- Last Updated: January 9, 2008
+ Last Updated: January 30, 2008
|
@@ -984,7 +984,9 @@ Other memory:
* Add support for Windows native toolchains that cannot follow Cygwin soft links
* Modified serial driver interface to handle hardware with non-16550A-like
interrupt architecture (like the Z16F)
- * Added a "dumb" serial console driver to simply OS bringup
+ * Added a "dumb" serial console driver to simplify OS bringup
+ * Corrected a bug that caused the errno value of one task to be clobbered
+ when a different task exits. Effects all architectures.