=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.444 retrieving revision 1.445 diff -u -r1.444 -r1.445 --- www/anoncvs.html 2016/03/29 13:06:19 1.444 +++ www/anoncvs.html 2016/03/29 19:12:36 1.445 @@ -184,10 +184,10 @@ # cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src -

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

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

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

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

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

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

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

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

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

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

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

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

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