=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.1,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- src/usr.bin/cvs/cvs.1 2005/08/03 21:31:38 1.76 +++ src/usr.bin/cvs/cvs.1 2005/08/04 14:01:36 1.77 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.76 2005/08/03 21:31:38 jmc Exp $ +.\" $OpenBSD: cvs.1,v 1.77 2005/08/04 14:01:36 xsa Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau .\" Copyright (c) 2004, 2005 Xavier Santolaria @@ -39,6 +39,7 @@ .Oo Fl s .Ar var Ns = Ns Ar val Oc .Xc +.Op Fl T Ar tmpdir .Op Fl z Ar level .Ar command Op Ar ... .Sh DESCRIPTION @@ -100,6 +101,10 @@ .Ar var to the string .Ar val . +.It Fl T Ar tmpdir +Set the value of the directory where temporary files are to be created. +The default is set to +.Pa /tmp . .It Fl t Trace program execution. .It Fl v @@ -1831,6 +1836,11 @@ and .Pa .cvsrc files are searched for. +.It Ev TMPDIR +When set, this variable sets the directory where temporary files +are to be created. +The default is set to +.Pa /tmp . .It Ev VISUAL Name of the editor to use when editing commit messages. This is traditionally a screen-oriented editor,