=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.466 retrieving revision 1.467 diff -u -r1.466 -r1.467 --- www/anoncvs.html 2016/09/21 03:49:19 1.466 +++ www/anoncvs.html 2016/09/21 11:24:45 1.467 @@ -176,9 +176,9 @@ $ cvs -q up -rOPENBSD_6_0 -Pd -Every time you ran this, it would synchronize your /usr/src tree. -It would not destroy any of your local changes; rather it would attempt -to merge changes in. +Every time you run this, cvs(1) synchronizes your /usr/src tree. +It does not destroy any of your local changes; rather it attempts to merge +changes in.

Changing the server

@@ -218,14 +218,14 @@
  • Any time afterwards, to update this tree:

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

     $ cd /usr/ports
     $ 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/ports
    @@ -233,10 +233,6 @@
     
    - -In the above example, -q is optional, only intended to minimize -cvs' output. -For those who like to see screenfulls of output, it can be omitted.

    Creating a diff