summaryrefslogtreecommitdiffstats
path: root/doc/filesystem/imfs.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-28 18:30:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-28 18:30:47 +0000
commit75e3651a0c966dd9c667ac66c466415ccf3ad8e9 (patch)
tree40ae4d68c5b21d10c157ebc6ff1cf683be4a410f /doc/filesystem/imfs.t
parentchanged version to 19991028 (diff)
downloadrtems-75e3651a0c966dd9c667ac66c466415ccf3ad8e9.tar.bz2
Added shell of chapters on implementation of miniIMFS and TFTP client
filesystems. Moved system call chapter to before filesystem implementation requirements.
Diffstat (limited to 'doc/filesystem/imfs.t')
-rw-r--r--doc/filesystem/imfs.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filesystem/imfs.t b/doc/filesystem/imfs.t
index 037ea785a1..72d624099e 100644
--- a/doc/filesystem/imfs.t
+++ b/doc/filesystem/imfs.t
@@ -7,7 +7,7 @@
@chapter In-Memory Filesystem
-This chapter describes the In-Memory Filesystem (IMFS). The IMFS is a
+This chapter describes the In-Memory FileSystem (IMFS). The IMFS is a
full featured POSIX filesystem that keeps all information in memory.
@section IMFS Per Node Data Structure