Creating a section

     To create a section of the manual, you must start up your text editor
and create an ascii file containing your information.  The format of a 
section entry is basically:  (the greater-than and less-than signs are not
required, they are used to encapsulate each part)

 <description>
 < text
   text
   text >  

     The first line of the file is used as the topic for the section header
and the entry in the TOC.  If you want to create subtopics in your section,
use the %SECTION% token like so:

 <description>
 < text
   text
   text >  
 %SECTION%<sectionname1>
 < text
   text
   text >  
 %SECTION%<sectionname2>
 < text
   text
   text >  

     This will create a section with two subsections.  It's TOC entry would
look something like this:

1.0 <description> . . . . . . 
 1.1 <sectionname1> . . . . .
 1.2 <sectionname2> . . . . .

     That's all there is to creating each section.  Read the section on 
"SECTIONS.CFG" and do a little bit of experimentation on your own if you want
to utilize your entries to the extent of the compiler's power.
