=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.455 retrieving revision 1.456 diff -u -r1.455 -r1.456 --- www/anoncvs.html 2016/08/15 02:22:05 1.455 +++ www/anoncvs.html 2016/09/01 12:08:03 1.456 @@ -177,10 +177,10 @@ # cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src -

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

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

 	# cd /usr
-	# cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_9 -P src
+	# cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_6_0 -P src
 
@@ -214,10 +214,10 @@ # cvs -q up -Pd -

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

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

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

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

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

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

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

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

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

     	# cd /usr/ports
    -	# cvs -q up -rOPENBSD_5_9 -Pd
    +	# cvs -q up -rOPENBSD_6_0 -Pd