From 21d55c9185b435b14bf391d16e5995dd1e9015bc Mon Sep 17 00:00:00 2001
From: patacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>
Date: Fri, 3 Aug 2012 22:04:14 +0000
Subject: [PATCH] Improve capability to traverse inodes in the NuttX
 psuedo-filesystem; now returns statfs

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5005 42af7a65-404d-4744-a932-0658087f49c3
---
 nshlib/README.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nshlib/README.txt b/nshlib/README.txt
index 08ecccbfd..83f2b007b 100644
--- a/nshlib/README.txt
+++ b/nshlib/README.txt
@@ -105,7 +105,7 @@ several other related configuration options as described in the final
 section of this README.  This capability also depends on:
 
   - CONFIG_DISABLE_MOUNTPOINT not set
-  - CONFIG_NFILE_DESCRIPTORS < 4
+  - CONFIG_NFILE_DESCRIPTORS > 4
   - CONFIG_FS_ROMFS
 
 Default Start-Up Behavior