bodewig 02/04/18 07:56:37
Modified: docs/manual/CoreTasks cvs.html
Log:
A couple of typos in cvs's documentation.
PR: 8243
Submitted by: Ville Skytt� <[EMAIL PROTECTED]>
Revision Changes Path
1.13 +6 -6 jakarta-ant/docs/manual/CoreTasks/cvs.html
Index: cvs.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/cvs.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- cvs.html 11 Apr 2002 09:52:48 -0000 1.12
+++ cvs.html 18 Apr 2002 14:56:37 -0000 1.13
@@ -26,16 +26,16 @@
<td align="center" valign="top">No, default "checkout".</td>
</tr>
<tr>
- <td valign="top">commpression</td>
+ <td valign="top">compression</td>
<td valign="top"><code>true</code> or <code>false</code> - if set
- to true, this is the same as copmressionlevel="3"</td>
+ to true, this is the same as compressionlevel="3"</td>
<td align="center" valign="top">No. Defaults to false.</td>
</tr>
<tr>
- <td valign="top">commpressionlevel</td>
+ <td valign="top">compressionlevel</td>
<td valign="top">A number between 1 and 9 (corresponding to
possible values for CVS' <code>-z#</code> argument). Any
- other value is treated as compression=&qupt;false"</td>
+ other value is treated as compression="false"</td>
<td align="center" valign="top">No. Defaults to no compression.</td>
</tr>
@@ -106,8 +106,8 @@
</tr>
<tr>
<td valign="top">failonerror</td>
- <td valign="top">Stop the buildprocess if the command exits with a
- returncode other than 0. Defaults to false</td>
+ <td valign="top">Stop the build process if the command exits with a
+ return code other than 0. Defaults to false</td>
<td align="center" valign="top">No</td>
</tr>
</table>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>