summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-02 00:37:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-02 00:37:18 +0000
commit16fdd6a9d18d44d4915b5285718c7a127090cf86 (patch)
treeb16d2898d444d03e7d5baaad087ce8f538882d4b /nuttx/Documentation/NuttX.html
parentafb8ba0d57596a1ff9ec520c4aaef6c2217b5f24 (diff)
downloadpx4-nuttx-16fdd6a9d18d44d4915b5285718c7a127090cf86.tar.gz
px4-nuttx-16fdd6a9d18d44d4915b5285718c7a127090cf86.tar.bz2
px4-nuttx-16fdd6a9d18d44d4915b5285718c7a127090cf86.zip
Add test and [ commands
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@864 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 0b33ac548..c96db7b60 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -456,7 +456,7 @@
</table>
<p>
- The 2tth release of NuttX (nuttx-0.3.13) is available for download
+ The 25th release of NuttX (nuttx-0.3.13) is available for download
from the <a href="http://sourceforge.net/project/showfiles.php?group_id=189573">SourceForge</a>
website.
The change log associated with the release is available <a href="#currentrelease">here</a>.
@@ -1067,6 +1067,7 @@ nuttx-0.3.14 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* fseek() needs to discard bytes buffered by ungetc().
* Corrected ftell() return value.
* Added fsetpos() and fgetpos().
+ * NSH now supports 'test' and '[' commands
pascal-0.1.3 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;