summaryrefslogtreecommitdiffstats
path: root/doc/filesystem/mounting.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/mounting.t
parentEnabled index generation. (diff)
downloadrtems-ffce9b39ead22e093892ab4a4ce0f9f4031b9a1b.tar.bz2
More cleanup.
Diffstat (limited to 'doc/filesystem/mounting.t')
-rw-r--r--doc/filesystem/mounting.t4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/filesystem/mounting.t b/doc/filesystem/mounting.t
index 4b3b3007c9..00671a70b7 100644
--- a/doc/filesystem/mounting.t
+++ b/doc/filesystem/mounting.t
@@ -6,7 +6,7 @@
@c $Id$
@c
-@chapter Mounting and Unmounting File Systems
+@chapter Mounting and Unmounting Filesystems
@section Mount Points
@@ -32,6 +32,7 @@ of the mount point after the mount is complete.
Each entry in the mount table chain is of the following type:
+@example
struct rtems_filesystem_mount_table_entry_tt
@{
Chain_Node Node;
@@ -51,6 +52,7 @@ struct rtems_filesystem_mount_table_entry_tt
*/
char *dev;
@};
+@end example
@section Adding entries to the chain during mount