summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters/gen_section
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-04 19:25:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-04 19:25:14 +0000
commit16bed8add3c9bf4976115ce7fc51173f8f13dcf5 (patch)
treed0bae560b3033dcf0882eb1815c5c4127e6a663f /doc/new_chapters/gen_section
parentSwitched to read/write register routines and added some basic debug (diff)
downloadrtems-16bed8add3c9bf4976115ce7fc51173f8f13dcf5.tar.bz2
More complete shells generated.
Diffstat (limited to '')
-rw-r--r--doc/new_chapters/gen_section8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/new_chapters/gen_section b/doc/new_chapters/gen_section
index b71770d187..3dec3dce77 100644
--- a/doc/new_chapters/gen_section
+++ b/doc/new_chapters/gen_section
@@ -155,7 +155,7 @@ echo ""
for routine in ${ROUTINES}
do
echo "@page"
- echo "@subsection ${routine} - XXX"
+ echo "@subsection ${routine} - "
echo ""
echo "@subheading CALLING SEQUENCE:"
echo ""
@@ -171,6 +171,12 @@ do
echo ""
echo "@subheading STATUS CODES:"
echo ""
+ echo "@table @b"
+ echo "@item E"
+ echo "The"
+ echo ""
+ echo "@end table"
+ echo ""
echo "@subheading DESCRIPTION:"
echo ""
echo "@subheading NOTES:"