=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.471 retrieving revision 1.472 diff -u -r1.471 -r1.472 --- www/anoncvs.html 2017/03/24 18:34:39 1.471 +++ www/anoncvs.html 2017/04/11 03:29:08 1.472 @@ -135,11 +135,11 @@ $ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src -If you are following the 6.0 -stable branch: +If you are following the 6.1 -stable branch:
 $ cd /usr
-$ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_6_0 -P src
+$ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_6_1 -P src
 
@@ -174,11 +174,11 @@ $ cvs -q up -Pd -If you are following the 6.0 -stable branch: +If you are following the 6.1 -stable branch:
 $ cd /usr/src
-$ cvs -q up -rOPENBSD_6_0 -Pd
+$ cvs -q up -rOPENBSD_6_1 -Pd
 
Every time you run this, cvs(1) synchronizes your /usr/src tree. @@ -213,11 +213,11 @@ $ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P ports -If you are following the 6.0 -stable branch: +If you are following the 6.1 -stable branch:
 $ cd /usr
-$ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_6_0 -P ports
+$ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_6_1 -P ports
 
  • Any time afterwards, to update this tree: @@ -230,11 +230,11 @@ $ cvs -q up -Pd -If you are following the 6.0 -stable branch: +If you are following the 6.1 -stable branch:
     $ cd /usr/ports
    -$ cvs -q up -rOPENBSD_6_0 -Pd
    +$ cvs -q up -rOPENBSD_6_1 -Pd