You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2010/10/21 00:14:19 UTC

svn commit: r1025778 - /commons/proper/daemon/trunk/src/site/xdoc/procrun.xml

Author: sebb
Date: Wed Oct 20 22:14:18 2010
New Revision: 1025778

URL: http://svn.apache.org/viewvc?rev=1025778&view=rev
Log:
DAEMON-182 Procrun documentation incorrectly states that the StartPath is *not* used when in jvm StartMode

Modified:
    commons/proper/daemon/trunk/src/site/xdoc/procrun.xml

Modified: commons/proper/daemon/trunk/src/site/xdoc/procrun.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/site/xdoc/procrun.xml?rev=1025778&r1=1025777&r2=1025778&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/site/xdoc/procrun.xml (original)
+++ commons/proper/daemon/trunk/src/site/xdoc/procrun.xml Wed Oct 20 22:14:18 2010
@@ -316,7 +316,7 @@ then it is treated the same as <b>--</b>
     <tr>
     <td>--StartPath</td>
     <td></td>
-    <td>Working path for the start image executable. Does not apply to <b>jvm</b> mode.</td>
+    <td>Working path for the start image executable.</td>
     </tr>
     <tr>
     <td>--StartClass</td>