You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2007/07/31 21:44:16 UTC

svn commit: r561460 - /commons/proper/daemon/trunk/xdocs/procrun.xml

Author: niallp
Date: Tue Jul 31 12:44:15 2007
New Revision: 561460

URL: http://svn.apache.org/viewvc?view=rev&rev=561460
Log:
Fix a couple of html errors

Modified:
    commons/proper/daemon/trunk/xdocs/procrun.xml

Modified: commons/proper/daemon/trunk/xdocs/procrun.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/xdocs/procrun.xml?view=diff&rev=561460&r1=561459&r2=561460
==============================================================================
--- commons/proper/daemon/trunk/xdocs/procrun.xml (original)
+++ commons/proper/daemon/trunk/xdocs/procrun.xml Tue Jul 31 12:44:15 2007
@@ -131,6 +131,7 @@
     <td>manual</td>
     <td>Service startup mode can be either <b>auto</b> or <b>manual</b></td>
     </tr>
+    <tr>
     <td>--Type</td>
     <td></td>
     <td>Service type can be <b>interactive</b> to Allow service to interact with desktop.
@@ -167,7 +168,7 @@
     <td>Specifies the name of the account under which the service should run.
         Use an account name in the form <i>DomainName\UserName</i>.
         The service process will be logged on as this user.
-        if the account belongs to the built-in domain, you can specify <i>.\UserName<i> 
+        if the account belongs to the built-in domain, you can specify <i>.\UserName</i> 
     </td>
     </tr>
     <tr>