Author: niallp Date: Mon Mar 15 15:18:15 2010 New Revision: 923284 URL: http://svn.apache.org/viewvc?rev=923284&view=rev Log: Fix missing <tr> causing site generation to fail
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=923284&r1=923283&r2=923284&view=diff ============================================================================== --- commons/proper/daemon/trunk/src/site/xdoc/procrun.xml (original) +++ commons/proper/daemon/trunk/src/site/xdoc/procrun.xml Mon Mar 15 15:18:15 2010 @@ -315,6 +315,7 @@ <td>Redirected stderr filename. If named <b>auto</b> file is created inside <b>LogPath</b> with <b>service-stderr.YEAR-MONTH-DAY.log</b> name.</td> </tr> + <tr> <td>--PidFile</td> <td></td> <td>Defines the file name for storing the running process id.