diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-03-26 20:47:58 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-03-26 20:47:58 +0000 |
commit | d1acb624aed010b304b7cd5a115f16b366e0e13c (patch) | |
tree | c960466d75d5a131c8d75e31fc1e009fec44ceee | |
parent | 76a162edfcde88508260cd51c5215fa850ba085e (diff) |
- note that -T overrides TMPDIR, and a few other tweaks;
from Michael W. Bombardieri
-T stuff verified by nicm
-rw-r--r-- | usr.bin/cvs/cvs.1 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1 index 081ea9e775f..b58e85178a9 100644 --- a/usr.bin/cvs/cvs.1 +++ b/usr.bin/cvs/cvs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.126 2010/09/03 11:09:28 jmc Exp $ +.\" $OpenBSD: cvs.1,v 1.127 2011/03/26 20:47:57 jmc Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2004-2008 Xavier Santolaria <xsa@openbsd.org> @@ -24,7 +24,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 3 2010 $ +.Dd $Mdocdate: March 26 2011 $ .Dt CVS 1 .Os .Sh NAME @@ -121,6 +121,9 @@ to the string Set the value of the directory where temporary files are to be created. The default is set to .Pa /tmp . +This option overrides the +.Ev TMPDIR +environment variable. .It Fl t Trace program execution. .It Fl V @@ -356,7 +359,7 @@ last revision. The information given is the last revision when a modification occurred, the author's name, and the date of the revision. .Bd -literal -offset indent -usage: cvs annotate [flR] [-D date | -r rev] [file ...] +usage: cvs annotate [-flR] [-D date | -r rev] [file ...] .Ed .Pp The @@ -1111,7 +1114,7 @@ the author's name, and the date of the revision. This command does not need a local checkout of the repository to work. .Bd -literal -offset indent -usage: cvs rannotate [flR] [-D date | -r rev] module ... +usage: cvs rannotate [-flR] [-D date | -r rev] module ... .Ed .Pp The @@ -1831,7 +1834,7 @@ This is the default. The .Ic watchers command lists the users who asked for notifications as well as the -notifications details. +notification details. The possible notifications are as follows: .Bl -tag -width Ds .It Cm commit |