Author: sebb
Date: Mon Jan 30 17:09:58 2012
New Revision: 1237791
URL: http://svn.apache.org/viewvc?rev=1237791&view=rev
Log:
DAEMON-239 prunsrv //ES (start) option not documented
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=1237791&r1=1237790&r2=1237791&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/site/xdoc/procrun.xml (original)
+++ commons/proper/daemon/trunk/src/site/xdoc/procrun.xml Mon Jan 30 17:09:58
2012
@@ -113,6 +113,10 @@
<td>Run the service</td>
<td>Called only from ServiceManager</td>
</tr>
+ <tr><th>//ES</th>
+ <td>Start (execute) the service</td>
+ <td></td>
+ </tr>
<tr><th>//SS</th>
<td>Stop the service</td>
<td></td>
@@ -158,6 +162,10 @@
<td>Run the service</td>
<td>Called only from ServiceManager</td>
</tr>
+ <tr><th>start</th>
+ <td>Start the service</td>
+ <td>Synonym for <b>//ES</b></td>
+ </tr>
<tr><th>stop</th>
<td>Stop the service</td>
<td>Synonym for <b>//SS</b></td>