summaryrefslogtreecommitdiff
path: root/apps/nshlib
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-03 22:04:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-03 22:04:14 +0000
commit16d6e830b07e83e2e791c7d7bc6c712af28541e1 (patch)
tree5a95a741d66c4cf2cced6bd05f1408b25d938895 /apps/nshlib
parent4245767d673bcdf78d612c8d51aa9807fdbb724b (diff)
downloadnuttx-16d6e830b07e83e2e791c7d7bc6c712af28541e1.tar.gz
nuttx-16d6e830b07e83e2e791c7d7bc6c712af28541e1.tar.bz2
nuttx-16d6e830b07e83e2e791c7d7bc6c712af28541e1.zip
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
Diffstat (limited to 'apps/nshlib')
-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 08ecccbfd..83f2b007b 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