You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2008/06/13 10:58:38 UTC

svn commit: r667429 - in /tomcat/connectors/trunk/jk/xdocs: miscellaneous/changelog.xml reference/status.xml

Author: rjung
Date: Fri Jun 13 01:58:37 2008
New Revision: 667429

URL: http://svn.apache.org/viewvc?rev=667429&view=rev
Log:
"val" attribute numbering in status worker documentation
needs to start with 0 instead of 1.

Modified:
    tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml
    tomcat/connectors/trunk/jk/xdocs/reference/status.xml

Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml?rev=667429&r1=667428&r2=667429&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Fri Jun 13 01:58:37 2008
@@ -43,6 +43,10 @@
   <br />
   <subsection name="Native">
     <changelog>
+      <fix>
+        Documentation: "val" attribute numbering in status worker
+        needs to start with 0 instead of 1. (rjung)
+      </fix>
       <update>
         Documentation: Remove JNI parameters from sample configuration
         in the workers generic howto. (rjung)

Modified: tomcat/connectors/trunk/jk/xdocs/reference/status.xml
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/reference/status.xml?rev=667429&r1=667428&r2=667429&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/reference/status.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/reference/status.xml Fri Jun 13 01:58:37 2008
@@ -557,7 +557,7 @@
 </p>
 <p>
 The values of the common aspect for all the load balancer members will be given
-in parameters named "val1", "val2", ....
+in parameters named "val0", "val1", ....
 </p>
 </subsection>
 </section>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org