diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index ec84e3b4d5..7bd3f71e1b 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
NuttX RTOS
- Last Updated: July 18, 2009
+ Last Updated: July 19, 2009
|
@@ -1493,12 +1493,15 @@ nuttx-0.4.10 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
when creating test threads (16Kb stacksize). The stack size should
be controlled by the .config file or the OSTest won't work on platforms
with memory constraints.
- * netutils/thttpd: An initial port of Jef Poskanzer's THTTPD HTPPD server.
+ * netutils/thttpd: An initial port of Jef Poskanzer's THTTPD HTTP server.
See http://acme.com/software/thttpd/.
* examples/thttpd: A basic test program for THTTPD
* configs/eagle100/thttpd: A build configuration for THTTPD on the Micromint
Eagle-100 LMS6918 (Cortex-M3) board.
* lib/: Added strstr() and strpbrk().
+ * net/recvfrom.c: Sockets now support some non-blocking operations --
+ specifically only for TCP/IP read operations when read-ahead buffering
+ is enabled.
nuttx-0.4.10 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>