tobrien 2003/09/28 05:12:44
Modified: daemon/xdocs procrun.xml
Log:
There was an extra closing code tag in this procrun documentation and it was
breaking the Maven site generation. This extra closing tag has been removed.
Revision Changes Path
1.5 +1 -1 jakarta-commons/daemon/xdocs/procrun.xml
Index: procrun.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/daemon/xdocs/procrun.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- procrun.xml 28 Sep 2003 07:19:38 -0000 1.4
+++ procrun.xml 28 Sep 2003 12:12:44 -0000 1.5
@@ -33,7 +33,7 @@
<ul>
<li><code>procrun</code> if you want the GUI interface</li>
<li><code>procrun CONSOLE</code> if you don't want the GUI interface</li>
- <li><code>procrun DLL</code> if you want the Control Panel
application</code></li>
+ <li><code>procrun DLL</code> if you want the Control Panel application</li>
</ul>
</p>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]