summaryrefslogtreecommitdiffstats
path: root/doc/filesystem/mounting.t
diff options
context:
space:
mode:
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