From 2f99413d44fd028fe1e689bb636c93d78de8860f Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 10 Jun 2007 20:40:25 +0000 Subject: [PATCH] NSH: Add cat; add -l, -s, -R to ls git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@288 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 13d85073673..b9de71c31cc 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -618,7 +618,8 @@ Other memory: * tools/zipme.sh: Force directory name to be nuttx-xx.yy.zz * fs/fs_opendir.c: Correct errors in semaphore usage that can cause deadlock. * lib/lib_getopt.c: Added getopt() support - * examples/nsh: NSH now supports mount, umount, and mkdir. + * examples/nsh: NSH now supports cat, mount, umount, and mkdir. ls supports + -l -s, and -R * Started m68322