summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-03 22:04:14 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-03 22:04:14 +0000
commit188ab4d6ef2fc993aba6d16845a6ef7776fefe44 (patch)
tree5a95a741d66c4cf2cced6bd05f1408b25d938895 /apps
parenta47fb3bd2fd48cd18b84c5020e0f90c58433bd43 (diff)
Improve capability to traverse inodes in the NuttX psuedo-filesystem; now returns statfs
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5005 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps')
-rw-r--r--apps/nshlib/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/nshlib/README.txt b/apps/nshlib/README.txt
index 08ecccbfd9..83f2b007b0 100644
--- a/apps/nshlib/README.txt
+++ b/apps/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