=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.413 retrieving revision 1.414 diff -u -r1.413 -r1.414 --- www/anoncvs.html 2014/10/21 12:10:47 1.413 +++ www/anoncvs.html 2014/11/02 04:12:46 1.414 @@ -182,10 +182,10 @@ # cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src -

(If you are following the patch branch for 5.5): +

(If you are following the patch branch for 5.6):

 	# cd /usr
-	# cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_5 -P src
+	# cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_6 -P src
 
@@ -219,10 +219,10 @@ # cvs -q up -Pd -

(If you are following the patch branch for 5.5): +

(If you are following the patch branch for 5.6):

 	# cd /usr/src
-	# cvs -q up -rOPENBSD_5_5 -Pd
+	# cvs -q up -rOPENBSD_5_6 -Pd
 
Every time you ran this it would synchronize your /usr/src tree. @@ -249,10 +249,10 @@ # cd /usr # cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P ports -

(If you are following the patch branch for 5.5): +

(If you are following the patch branch for 5.6):

 	# cd /usr
-	# cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_5 -P ports
+	# cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_6 -P ports
 
  • Anytime afterwards, to `update' this tree:

    (If you are following current): @@ -260,10 +260,10 @@ # cd /usr/ports # cvs -q up -Pd -

    (If you are following the patch branch for 5.5): +

    (If you are following the patch branch for 5.6):

     	# cd /usr/ports
    -	# cvs -q up -rOPENBSD_5_5 -Pd
    +	# cvs -q up -rOPENBSD_5_6 -Pd