Author: sebb Date: Tue Aug 10 14:25:23 2010 New Revision: 984050 URL: http://svn.apache.org/viewvc?rev=984050&view=rev Log: Document how to embed ; and #
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=984050&r1=984049&r2=984050&view=diff ============================================================================== --- commons/proper/daemon/trunk/src/site/xdoc/procrun.xml (original) +++ commons/proper/daemon/trunk/src/site/xdoc/procrun.xml Tue Aug 10 14:25:23 2010 @@ -223,7 +223,9 @@ then it is treated the same as <b>--</b> <td></td> <td>List of environment variables that will be provided to the service in the form <b>key=value</b>. They are separated using either - <b>#</b> or <b>;</b> characters</td> + <b>#</b> or <b>;</b> characters. + If you need to embed either # or ; character within a value put them inside single quotes. + </td> </tr> <tr> <td>--User</td>