Minor grammar and formatting fix.
Index: cvs.html =================================================================== RCS file: /home/cvspublic/ant/docs/manual/CoreTasks/cvs.html,v retrieving revision 1.16 diff -u -r1.16 cvs.html --- cvs.html 10 Mar 2003 07:04:24 -0000 1.16 +++ cvs.html 20 Apr 2003 18:40:23 -0000 @@ -13,9 +13,9 @@ <a href="http://www.cvshome.org/" target="_top">CVS</a> repository.</p> <p>When doing automated builds, the <a href="get.html">get task</a> should be preferred over the <i>checkout</i> command, because of speed.</p> -<p><b>Important</b>This task needs "cvs" on the path. If it isn't, you will get -an error (such as error 2 on windows). If <cvs> doesn't work, try and execute -it from the command line in the target directory you are working in. +<p><b>Important:</b> This task needs "cvs" on the path. If it isn't, you will get +an error (such as error 2 on windows). If <cvs> doesn't work, try to execute cvs.exe +from the command line in the target directory in which you are working. <h3>Parameters</h3> <table border="1" cellpadding="2" cellspacing="0"> <tr> @@ -149,7 +149,7 @@ </cvs> </pre> <p> -You may include as many <commandline> elements as you like. +You may include as many <commandline> elements as you like. Each will inherit the <code>failonerror</code>, <code>compression</code>, and other "global" parameters from the <code><cvs></code> element. </p>