=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.1,v retrieving revision 1.100 retrieving revision 1.101 diff -u -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 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.100 2006/11/28 08:47:55 xsa Exp $ +.\" $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,7 +33,7 @@ .Sh SYNOPSIS .Nm .Bk -words -.Op Fl flnQqrtvVw +.Op Fl flnQqRrtvVw .Op Fl d Ar root .Op Fl e Ar editor .Xo @@ -104,6 +104,11 @@ .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,6 +1717,11 @@ 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.