Index: cvs.html
===================================================================
RCS file: /cvs/cygwin/htdocs/cvs.html,v
retrieving revision 1.13
diff -u -3 -p -u -p -r1.13 cvs.html
--- cvs.html    7 Jan 2002 16:13:16 -0000   1.13
+++ cvs.html    13 Jun 2002 22:47:32 -0000
@@ -32,7 +32,7 @@ what password to use.  The password is t
 <tt>anoncvs </tt>:</p>
 
 <pre>
-bash$ cvs login
+$ cvs login
 (Logging in to anoncvs@sources.redhat.com)
 CVS password: <i>anoncvs</i>
 </pre>
@@ -48,15 +48,20 @@ again.</p>
 <p>To get the Cygwin sources, do this:
 
 <pre>
-bash$ cvs checkout winsup
+$ cvs checkout winsup
 </pre>
 
 <p>This will create a subdirectory called <tt>src</tt> and fill it
-with the core sources.  Once you have the latest sources, "<tt>cvs
-update</tt>" will get any changes since your last update.</p>
+with the core sources.</p>
 
-<p>Please refer to the <A href="http://cygwin.com/faq/">
-FAQ</a>
+<p>To keep your sources current with the latest changes in the CVS
+repository, switch to the <tt>src</tt> directory and do this:
+
+<pre>
+$ for f in *; do cvs -z3 up -Pd $f; done
+</pre>
+
+<p>Please refer to the <A href="http://cygwin.com/faq/">FAQ</A>
 for information on building cygwin.  Hint: You need to configure and
 build in a separate directory from the source.</p>
 <pre>