Author: jhm Date: Fri Mar 16 05:13:18 2007 New Revision: 518952 URL: http://svn.apache.org/viewvc?view=rev&rev=518952 Log: Show the used pattern.
Modified: ant/core/trunk/docs/manual/CoreTasks/checksum.html Modified: ant/core/trunk/docs/manual/CoreTasks/checksum.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/checksum.html?view=diff&rev=518952&r1=518951&r2=518952 ============================================================================== --- ant/core/trunk/docs/manual/CoreTasks/checksum.html (original) +++ ant/core/trunk/docs/manual/CoreTasks/checksum.html Fri Mar 16 05:13:18 2007 @@ -122,10 +122,30 @@ <tr> <td valign="top">format</td> <td valign="top">Specifies the pattern to use as one of a - well-known format. Supported values are "CHECKSUM" - (only the checksum itself, the default), "MD5SUM" the - format of GNU textutils md5sum and "SVF" the format of - *BSDs md5 command.</td> + well-known format. Supported values are + <table border="1"> + <tr> + <th>name</th> + <th>pattern</th> + <th>description</th> + </tr> + <tr> + <td>CHECKSUM </td> + <td><tt>{0}</tt></td> + <td>only the checksum itself </td> + </tr> + <tr> + <td>MD5SUM </td> + <td><tt>{0} *{1}</tt></td> + <td>the format of GNU textutils md5sum</td> + </tr> + <tr> + <td>SVF </td> + <td><tt>MD5 ({1}) = {0}</tt></td> + <td>the format of BSDs md5 command </td> + </tr> + </table> + </td> <td valign="top" align="center">No - default is "CHECKSUM".</td> </tr> <tr> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]