Diff for /doc/homework/Attic/homework4.html between versions 1.2 and 1.4

version 1.2, 2000/11/22 00:12:58 version 1.4, 2000/12/20 23:51:24
Line 236 Line 236
   <b>&lt;responseparam&gt;</b> can appear inside a <b>&lt;*response&gt;</b>,    <b>&lt;responseparam&gt;</b> can appear inside a <b>&lt;*response&gt;</b>,
   they provided config options for the <b>&lt;*response&gt;</b>    they provided config options for the <b>&lt;*response&gt;</b>
       
   <br><i>type</i> specifies the parameter name, what are    <br><i>name</i> specifies the parameter name, what are
   possible values depends on the <b>&lt;*response&gt;</b>    possible values depends on the <b>&lt;*response&gt;</b>
   
   <br><i>value</i> specifies the possible values for this    <br><i>type</i> specifies the possible values for this
   type, possible arguments are: "option1|option2|option3" or    type, possible arguments are: "option1|option2|option3" or
   "numerictype,lownum-highnum" numeric type can be either int    "numerictype,lownum-highnum" numeric type can be either int
   or float    or float
Line 312 Line 312
       Libraries        Libraries
       <ul>        <ul>
  <li>   <li>
   <b>&lt;scriptlib&gt;</b> the enclosed name is a file that    <b>&lt;parserlib&gt;</b> the enclosed name is a file that
   contains definition for new tags.    contains definition for new tags.
  </li>   </li>
  <li>   <li>
   <b>&lt;parserlib&gt;</b> the enclosed name is a file that    <b>&lt;scriptlib&gt;</b> the enclosed name is a file that
   contains extensions to the parser.    contains extensions to the parser.
  </li>   </li>
       </ul>        </ul>

Removed from v.1.2  
changed lines
  Added in v.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>