From 9c03a4375795e1fdc22f48629b901532ddd429ad Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 22 Aug 2008 00:07:57 +0000 Subject: [PATCH] cat accepts multiple files git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@836 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 3c4bfe8ac2b..1c48e5d5838 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: August 19, 2008

+

Last Updated: August 21, 2008

@@ -1050,6 +1050,7 @@ nuttx-0.3.13 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * NSH now supports if-then[-else]-fi construct * NSH now supports comments beginning with '#' * NSH now supports commands to inspect and modify memory + * NSH cat command now supports multiple files on command line pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>