You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-cvs@tcl.apache.org by ro...@apache.org on 2002/02/19 10:50:30 UTC

cvs commit: tcl-websh/doc quickref.html quickref.xml

ronnie      02/02/19 01:50:30

  Modified:    doc      quickref.html quickref.xml
  Log:
  - fixed web::interpclasscfg default of maxrequests
  
  Revision  Changes    Path
  1.3       +2 -2      tcl-websh/doc/quickref.html
  
  Index: quickref.html
  ===================================================================
  RCS file: /home/cvs/tcl-websh/doc/quickref.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- quickref.html	25 Oct 2001 11:29:41 -0000	1.2
  +++ quickref.html	19 Feb 2002 09:50:30 -0000	1.3
  @@ -1527,7 +1527,7 @@
   <dd>
   gets or sets the maximum number of requests interpreters of this
   class should handle. If &lt;value&gt; is 0, handle an unlimited number
  -of requests. Default: 0
  +of requests. Default: 1
   <dt><b>web::interpclasscfg &lt;classid&gt; maxttl ?&lt;value&gt;?</b>
   <dd>
   gets or sets the maximum number of seconds interpreters of this
  @@ -1616,6 +1616,6 @@
   
   <pre>
   
  -$Id: quickref.html,v 1.2 2001/10/25 11:29:41 davidw Exp $
  +$Id: quickref.html,v 1.3 2002/02/19 09:50:30 ronnie Exp $
   
   </pre>
  
  
  
  1.2       +3 -3      tcl-websh/doc/quickref.xml
  
  Index: quickref.xml
  ===================================================================
  RCS file: /home/cvs/tcl-websh/doc/quickref.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- quickref.xml	6 Dec 2001 08:27:03 -0000	1.1
  +++ quickref.xml	19 Feb 2002 09:50:30 -0000	1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="iso-8859-1"?>
   
   <!--
  -$Id: quickref.xml,v 1.1 2001/12/06 08:27:03 hefti Exp $
  +$Id: quickref.xml,v 1.2 2002/02/19 09:50:30 ronnie Exp $
   -->
   
   <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
  @@ -12,7 +12,7 @@
     <title>webshell reference</title>
     <articleinfo>
       <releaseinfo>
  -      $Id: quickref.xml,v 1.1 2001/12/06 08:27:03 hefti Exp $
  +      $Id: quickref.xml,v 1.2 2002/02/19 09:50:30 ronnie Exp $
       </releaseinfo>
     </articleinfo>
     <section id="intro">
  @@ -2554,7 +2554,7 @@
   	      <para>
   		gets or sets the maximum number of requests interpreters of this
   		class should handle. If &lt;value&gt; is 0, handle an unlimited number
  -		of requests. Default: 0
  +		of requests. Default: 1
   	      </para>
   	    </listitem>
   	  </varlistentry>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: websh-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: websh-cvs-help@tcl.apache.org