summaryrefslogtreecommitdiffstats
path: root/doc/filesystem/patheval.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-08 18:36:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-08 18:36:08 +0000
commit7779ace4bfd7e1a84fa897749dea791a1030f17b (patch)
tree11755d81a0c5265ca77b51c2aea75e8475fb90c2 /doc/filesystem/patheval.t
parentAdded initial version of 3 other chapters. (diff)
downloadrtems-7779ace4bfd7e1a84fa897749dea791a1030f17b.tar.bz2
Another couple of chapters formatting under texinfo.
Diffstat (limited to 'doc/filesystem/patheval.t')
-rw-r--r--doc/filesystem/patheval.t47
1 files changed, 33 insertions, 14 deletions
diff --git a/doc/filesystem/patheval.t b/doc/filesystem/patheval.t
index 34b9bcd584..c4aa6088f5 100644
--- a/doc/filesystem/patheval.t
+++ b/doc/filesystem/patheval.t
@@ -8,19 +8,38 @@
@chapter Pathname Evaluation
-XXX Include graphic of the path evaluation process with Jennifer's explanations
-
-? There are two pathname evaluation routines. The handler patheval() is called to find,
-verify privlages on and return information on a node that exists. The handler
-evalformake() is called to find, verify permissions, and return information on a node
-that is to become a parent. Additionally, evalformake() returns a pointer to the start
-of the name of the new node to be created.
-? Pathname evaluation is specific to a file system
-? Mechanics of crossing a mount point during the evaluation of a path name
-? Role of rtems_filesystem_location_info_t structure
-? Finding file system node information
-? Finding file system node handlers
-? Finding file system node operations table
-? Finding mount table entry for the file system that this node is part of
+XXX Include graphic of the path evaluation process with Jennifer's
+explanations
+
+@itemize @bullet
+
+@item There are two pathname evaluation routines. The handler patheval()
+is called to find, verify privlages on and return information on a node
+that exists. The handler evalformake() is called to find, verify
+permissions, and return information on a node that is to become a parent.
+Additionally, evalformake() returns a pointer to the start of the name of
+the new node to be created.
+
+@item Pathname evaluation is specific to a file system
+
+@item Mechanics of crossing a mount point during the evaluation of a path
+name
+
+@item Role of rtems_filesystem_location_info_t structure
+
+@itemize @bullet
+
+@item Finding file system node information
+
+@item Finding file system node handlers
+
+@item Finding file system node operations table
+
+@item Finding mount table entry for the file system that this node is part
+of
+
+@end itemize
+
+@end itemize