summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--filesystem/index.rst67
-rw-r--r--filesystem/preface.rst3
2 files changed, 12 insertions, 58 deletions
diff --git a/filesystem/index.rst b/filesystem/index.rst
index 9386a53..aaead0a 100644
--- a/filesystem/index.rst
+++ b/filesystem/index.rst
@@ -1,59 +1,7 @@
-.. COMMENT: %**end of header
-
-.. COMMENT: COPYRIGHT (c) 1989-2013.
-
-.. COMMENT: On-Line Applications Research Corporation (OAR).
-
-.. COMMENT: All rights reserved.
-
-.. COMMENT: Master file for the Filesystem Design Guide
-
-.. COMMENT: COPYRIGHT (c) 1988-2002.
-
-.. COMMENT: On-Line Applications Research Corporation (OAR).
-
-.. COMMENT: All rights reserved.
-
-.. COMMENT: The following determines which set of the tables and figures we will use.
-
-.. COMMENT: We default to ASCII but if available TeX or HTML versions will
-
-.. COMMENT: be used instead.
-
-.. COMMENT: @clear use-html
-
-.. COMMENT: @clear use-tex
-
-.. COMMENT: The following variable says to use texinfo or html for the two column
-
-.. COMMENT: texinfo tables. For somethings the format does not look good in html.
-
-.. COMMENT: With our adjustment to the left column in TeX, it nearly always looks
-
-.. COMMENT: good printed.
-
-.. COMMENT: Custom whitespace adjustments. We could fiddle a bit more.
-
-.. COMMENT: Title Page Stuff
-
-.. COMMENT: I don't really like having a short title page. -joel
-
-.. COMMENT: @shorttitlepage RTEMS Filesystem Design Guide
-
=============================
RTEMS Filesystem Design Guide
=============================
-.. COMMENT: COPYRIGHT (c) 1988-2015.
-
-.. COMMENT: On-Line Applications Research Corporation (OAR).
-
-.. COMMENT: All rights reserved.
-
-.. COMMENT: The following puts a space somewhere on an otherwise empty page so we
-
-.. COMMENT: can force the copyright description onto a left hand page.
-
COPYRIGHT © 1988 - 2015.
On-Line Applications Research Corporation (OAR).
@@ -74,20 +22,21 @@ inquiries concerning RTEMS, its related support components, or its
documentation should be directed to the Community Project hosted athttp://www.rtems.org.
Any inquiries for commercial services including training, support, custom
-development, application development assistance should be directed tohttp://www.rtems.com.
-
-.. COMMENT: This prevents a black box from being printed on "overflow" lines.
-.. COMMENT: The alternative is to rework a sentence to avoid this problem.
+development, application development assistance should be directed to http://www.rtems.com.
Table of Contents
-----------------
.. toctree::
+
+ preface
+
+
+.. toctree::
:maxdepth: 3
:numbered:
- preface
pathname_eval
system_init
mounting_and_unmounting
@@ -98,3 +47,7 @@ Table of Contents
trivial_ftp
command_and_variable
+* :ref:`genindex`
+* :ref:`search`
+
+
diff --git a/filesystem/preface.rst b/filesystem/preface.rst
index 812ebf5..e86c7c4 100644
--- a/filesystem/preface.rst
+++ b/filesystem/preface.rst
@@ -1,5 +1,6 @@
+=======
Preface
-#######
+=======
This document describes the implementation of the RTEMS filesystem
infrastructure. This infrastructure supports the following