Browse Source

A couple of typos in cvs's documentation.

PR: 8243
Submitted by:	Ville Skytt� <ville.skytta@iki.fi>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272511 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
bc8388ee6e
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      docs/manual/CoreTasks/cvs.html

+ 6
- 6
docs/manual/CoreTasks/cvs.html View File

@@ -26,16 +26,16 @@ preferred over the <i>checkout</i> command, because of speed.</p>
<td align="center" valign="top">No, default &quot;checkout&quot;.</td> <td align="center" valign="top">No, default &quot;checkout&quot;.</td>
</tr> </tr>
<tr> <tr>
<td valign="top">commpression</td>
<td valign="top">compression</td>
<td valign="top"><code>true</code> or <code>false</code> - if set <td valign="top"><code>true</code> or <code>false</code> - if set
to true, this is the same as copmressionlevel=&quot;3&quot;</td>
to true, this is the same as compressionlevel=&quot;3&quot;</td>
<td align="center" valign="top">No. Defaults to false.</td> <td align="center" valign="top">No. Defaults to false.</td>
</tr> </tr>
<tr> <tr>
<td valign="top">commpressionlevel</td>
<td valign="top">compressionlevel</td>
<td valign="top">A number between 1 and 9 (corresponding to <td valign="top">A number between 1 and 9 (corresponding to
possible values for CVS&apos; <code>-z#</code> argument). Any possible values for CVS&apos; <code>-z#</code> argument). Any
other value is treated as compression=&qupt;false&quot;</td>
other value is treated as compression=&quot;false&quot;</td>
<td align="center" valign="top">No. Defaults to no compression.</td> <td align="center" valign="top">No. Defaults to no compression.</td>
</tr> </tr>


@@ -106,8 +106,8 @@ preferred over the <i>checkout</i> command, because of speed.</p>
</tr> </tr>
<tr> <tr>
<td valign="top">failonerror</td> <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> <td align="center" valign="top">No</td>
</tr> </tr>
</table> </table>


Loading…
Cancel
Save