=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.465 retrieving revision 1.466 diff -u -r1.465 -r1.466 --- www/anoncvs.html 2016/09/20 17:18:32 1.465 +++ www/anoncvs.html 2016/09/21 03:49:19 1.466 @@ -94,10 +94,10 @@ cvs(1) was designed to be a simple way to retrieve and update your sources. You must first decide whether you want to track -current or a -patch branch. -The current tree has all of the up to the minute changes, whereas the patch -branch contains the sources for the release plus the patches -from the errata and lesser issues already applied. +-stable branch. +The current tree has all of the up to the minute changes, whereas the +-stable branch contains the sources for the release plus the patches from +the errata and lesser issues already applied. For more information on the flavors of OpenBSD, see here. @@ -117,20 +117,20 @@ current directory, and a subsequent update will recursively flesh out this sub-tree. -

Getting an initial tree

+

Getting an initial tree

The following commands assume that your user is member of the wsrc group:

-If you are following current: +If you are following -current:

 $ cd /usr
 $ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src
 
-If you are following the patch branch for 6.0: +If you are following the 6.0 -stable branch:
 $ cd /usr
@@ -160,16 +160,16 @@
 Warning: Permanently added 'anoncvs.spacehopper.org' (ED25519) to the list of known hosts.
 
-

Updating an existing tree

+

Updating an existing tree

-If you are following current: +If you are following -current:
 $ cd /usr/src
 $ cvs -q up -Pd
 
-If you are following the patch branch for 6.0: +If you are following the 6.0 -stable branch:
 $ cd /usr/src
@@ -201,14 +201,14 @@