=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.1,v retrieving revision 1.100 retrieving revision 1.101 diff -c -r1.100 -r1.101 *** src/usr.bin/cvs/cvs.1 2006/11/28 08:47:55 1.100 --- src/usr.bin/cvs/cvs.1 2006/12/11 07:59:18 1.101 *************** *** 1,4 **** ! .\" $OpenBSD: cvs.1,v 1.100 2006/11/28 08:47:55 xsa Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau .\" Copyright (c) 2004-2006 Xavier Santolaria --- 1,4 ---- ! .\" $OpenBSD: cvs.1,v 1.101 2006/12/11 07:59:18 xsa Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau .\" Copyright (c) 2004-2006 Xavier Santolaria *************** *** 33,39 **** .Sh SYNOPSIS .Nm .Bk -words ! .Op Fl flnQqrtvVw .Op Fl d Ar root .Op Fl e Ar editor .Xo --- 33,39 ---- .Sh SYNOPSIS .Nm .Bk -words ! .Op Fl flnQqRrtvVw .Op Fl d Ar root .Op Fl e Ar editor .Xo *************** *** 104,109 **** --- 104,114 ---- .It Fl q Be quiet about reporting. This is the default. + .It Fl R + Permit checkout from a read-only repository. + See also + .Ev CVSREADONLYFS , + below. .It Fl r Extract files in read-only mode. .It Fl s Ar var Ns = Ns Ar val *************** *** 1712,1717 **** --- 1717,1727 ---- If set, .Nm extracts files in read-only mode. + .It Ev CVSREADONLYFS + Permit checkout from a read-only repository. + See also + .Fl R , + above. .It Ev CVSROOT When set, this variable should contain the string pointing to the root directory of the CVS repository.