=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/index.html,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** www/index.html 1996/04/28 11:37:51 1.11 --- www/index.html 1996/04/28 11:43:50 1.12 *************** *** 184,196 **** the following values:

--- 184,199 ---- the following values:

*************** *** 218,224 ****

A sample use of an anoncvs CVS server would be:

! % setenv CVSROOT anoncvs@anoncvs.openbsd.org:/cvs
  % cd /tmp
  % cvs get sparc
  [copies the files from the repository to your machine]
--- 221,227 ----
  

A sample use of an anoncvs CVS server would be:

! % setenv CVSROOT anoncvs@anoncvs.usa.openbsd.org:/cvs
  % cd /tmp
  % cvs get sparc
  [copies the files from the repository to your machine]
***************
*** 257,263 ****
  Use something like the following in your $HOME/.ssh/config
  file.
  
! 	Host anoncvs.openbsd.org
  	    Cipher none
  	    Port 2022
  
--- 260,266 ---- Use something like the following in your $HOME/.ssh/config file.
! 	Host anoncvs.usa.openbsd.org
  	    Cipher none
  	    Port 2022