From bc8388ee6e8b4b8bf7b2eb8350f69d555e8edc79 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Thu, 18 Apr 2002 14:56:37 +0000
Subject: [PATCH] A couple of typos in cvs's documentation.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
PR: 8243
Submitted by: Ville Skytt�
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272511 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/cvs.html | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/manual/CoreTasks/cvs.html b/docs/manual/CoreTasks/cvs.html
index 4c8b912c8..db9bceb9a 100644
--- a/docs/manual/CoreTasks/cvs.html
+++ b/docs/manual/CoreTasks/cvs.html
@@ -26,16 +26,16 @@ preferred over the checkout command, because of speed.
No, default "checkout". |
- commpression |
+ compression |
true or false - if set
- to true, this is the same as copmressionlevel="3" |
+ to true, this is the same as compressionlevel="3"
No. Defaults to false. |
- commpressionlevel |
+ compressionlevel |
A number between 1 and 9 (corresponding to
possible values for CVS' -z# argument). Any
- other value is treated as compression=&qupt;false" |
+ other value is treated as compression="false"
No. Defaults to no compression. |
@@ -106,8 +106,8 @@ preferred over the checkout command, because of speed.
failonerror |
- Stop the buildprocess if the command exits with a
- returncode other than 0. Defaults to false |
+ Stop the build process if the command exits with a
+ return code other than 0. Defaults to false |
No |