summaryrefslogtreecommitdiffstats
path: root/doc/filesystem/basefs.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 20:10:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 20:10:03 +0000
commitffce9b39ead22e093892ab4a4ce0f9f4031b9a1b (patch)
tree85700f63fcee0f63ed542e7eb88cac7abbb9bcbd /doc/filesystem/basefs.t
parentEnabled index generation. (diff)
downloadrtems-ffce9b39ead22e093892ab4a4ce0f9f4031b9a1b.tar.bz2
More cleanup.
Diffstat (limited to 'doc/filesystem/basefs.t')
-rw-r--r--doc/filesystem/basefs.t14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/filesystem/basefs.t b/doc/filesystem/basefs.t
index e670347c0c..14233a000d 100644
--- a/doc/filesystem/basefs.t
+++ b/doc/filesystem/basefs.t
@@ -7,7 +7,7 @@
@c
-@chapter Base File System
+@chapter Base Filesystem
RTEMS initially mounts a RAM based file system known as the base file system.
The root directory of this file system tree serves as the logical root of the
@@ -34,7 +34,7 @@ base file system. The framework set up under the base file system will allow
for these new file system types and the unique data and functionality that is
required to manage the future file systems.
-@section Base File System Mounting
+@section Base Filesystem Mounting
At present, the first file system to be mounted is the `In Memory File
System'. It is mounted using a standard MOUNT() command in which the mount
@@ -71,7 +71,7 @@ Note: Other file systems can be mounted but they are mounted onto points
(directory mount points) in the base file system.
-@subsection Base File System Node Structure and Function
+@subsection Base Filesystem Node Structure and Function
Each regular file, device, hard link, and directory is represented by a data
structure called a @code{jnode}. The @code{jnode} is formally represented by the
@@ -235,7 +235,7 @@ function.
@section IMFS
-@subsection OPS Table Functions for the In Memory File System (IMFS)
+@subsection OPS Table Functions for the In Memory Filesystem (IMFS)
@example
@@ -262,7 +262,7 @@ Readlink Imfs_readlink.c IMFS_readlink()
-@subsection Handler Functions for Regular Files of In Memory File System
+@subsection Handler Functions for Regular Files of In Memory Filesystem
@example
Handler Function File Routine Name
@@ -282,7 +282,7 @@ Fdatasync NA NULL
@end example
-@subsection Handler Functions for Directories of In Memory File System
+@subsection Handler Functions for Directories of In Memory Filesystem
@example
Handler Function File Routine Name
@@ -303,7 +303,7 @@ Fdatasync NA NULL
-@subsection Handler Functions for Devices of In Memory File System
+@subsection Handler Functions for Devices of In Memory Filesystem
@example
Handler Function File Routine Name