diff --git a/documentation/cvs-regression.sgml b/documentation/cvs-regression.sgml
index 43c7678d0a9..a0dbd9782c5 100644
--- a/documentation/cvs-regression.sgml
+++ b/documentation/cvs-regression.sgml
@@ -53,17 +53,6 @@ cvs -d $CVSROOT checkout wine
painful for the WineHQ CVS server and probably a bit faster
if you don't have a very good net connection.
-
-
- If you use CVS directly from the winehq.org server, do not
- forget to add to your .cvsrc file:
-
-
-cvs -z 3
-update -dPA
-diff -u
-
-
@@ -72,7 +61,7 @@ diff -u
Now update this image to the date you want:
cd /home/gerard/wine
-cvs -d $CVSROOT update -D "2002-06-01 CST"
+cvs update -PAd -D "2004-08-23 CDT"
@@ -125,7 +114,7 @@ make depend && make
the search using the wine-cvs archive (sorted by date) and a
more precise cvs update including hour, minute, second :
-cvs -d $CVSROOT update -D "2002-06-01 15:17:25 CST"
+cvs update -PAd -D "2004-08-23 15:17:25 CDT"
This will allow you to find easily the exact patch that did it.