summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-08-04 14:01:37 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-08-04 14:01:37 +0000
commit3fde558e4ecb1883b6cb9729c5b0cbce09c65e3d (patch)
tree4bf2aee4e5b764d37b87aa984c9c4af5bdca0894
parentf19b6f323edff311345030b9703e62625804373d (diff)
document TMPDIR environment variable and global -T <tmpdir> option;
ok jfb@ jmc@.
-rw-r--r--usr.bin/cvs/cvs.112
1 files changed, 11 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1
index 7475e3a684d..3c0696a3125 100644
--- a/usr.bin/cvs/cvs.1
+++ b/usr.bin/cvs/cvs.1
@@ -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 <jfb@openbsd.org>
.\" Copyright (c) 2004, 2005 Xavier Santolaria <xsa@openbsd.org>
@@ -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 @@ Set the value of the internal variable
.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 @@ Directory where the
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,