diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 0de2ec94d36..fc53f66efb1 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
NuttX RTOS
- Last Updated: August 9, 2008
+ Last Updated: August 10, 2008
|
@@ -1038,6 +1038,7 @@ nuttx-0.3.12 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* Moved all FAT related files from fs to fs/fat
* Implemented mkfatfs(), a non-standard API to create a FAT filesystem on a
block device (not yet tested).
+ * Added a test for mkfatfs() on a RAM disk in examples/mount
pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>