glenn       2002/12/07 09:40:38

  Modified:    webapps/tomcat-docs/config server.xml service.xml
  Log:
  Minor patch to docs
  
  Revision  Changes    Path
  1.6       +8 -6      jakarta-tomcat-4.0/webapps/tomcat-docs/config/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/server.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- server.xml        4 Sep 2002 14:09:50 -0000       1.5
  +++ server.xml        7 Dec 2002 17:40:38 -0000       1.6
  @@ -58,12 +58,14 @@
     It supports the following additional attributes (in addition to the
     common attributes listed above):</p>
   
  -  <attribute name="debug" required="false">
  -    <p>The level of debugging detail logged by this <strong>Server</strong>
  -    to the associated <a href="logger.html">Logger</a>.  Higher numbers
  -    generate more detailed output.  If not specified, the default
  -    debugging detail level is zero (0).</p>
  -  </attribute>
  +  <attributes>
  +    <attribute name="debug" required="false">
  +      <p>The level of debugging detail logged by this <strong>Server</strong>
  +      to the associated <a href="logger.html">Logger</a>.  Higher numbers
  +      generate more detailed output.  If not specified, the default
  +      debugging detail level is zero (0).</p>
  +    </attribute>
  +  </attributes>
   
     </subsection>
   
  
  
  
  1.5       +8 -6      jakarta-tomcat-4.0/webapps/tomcat-docs/config/service.xml
  
  Index: service.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/service.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- service.xml       4 Sep 2002 14:09:50 -0000       1.4
  +++ service.xml       7 Dec 2002 17:40:38 -0000       1.5
  @@ -57,12 +57,14 @@
     It supports the following additional attributes (in addition to the
     common attributes listed above):</p>
   
  -  <attribute name="debug" required="false">
  -    <p>The level of debugging detail logged by this <strong>Service</strong>
  -    to the associated <a href="logger.html">Logger</a>.  Higher numbers
  -    generate more detailed output.  If not specified, the default
  -    debugging detail level is zero (0).</p>
  -  </attribute>
  +  <attributes>
  +    <attribute name="debug" required="false">
  +      <p>The level of debugging detail logged by this <strong>Service</strong>
  +      to the associated <a href="logger.html">Logger</a>.  Higher numbers
  +      generate more detailed output.  If not specified, the default
  +      debugging detail level is zero (0).</p>
  +    </attribute>
  +  </attributes>
   
     </subsection>
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to