diff options
author | phk <phk@FreeBSD.org> | 1996-07-24 21:36:48 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1996-07-24 21:36:48 +0000 |
commit | b7d408a490ea27345f164a90626cb6996314d1e9 (patch) | |
tree | 94f3f2727346ba828b5d3de93adfaf4c60a31022 /usr.sbin | |
parent | 1e7e8dfc1ec3f059be143007b33da2cbf78f5b0e (diff) | |
download | FreeBSD-src-b7d408a490ea27345f164a90626cb6996314d1e9.zip FreeBSD-src-b7d408a490ea27345f164a90626cb6996314d1e9.tar.gz |
Add some explanation on TMPDIR.
Submitted by: Chuck Robey <chuckr@Glue.umd.edu>
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ctm/ctm/ctm.1 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/usr.sbin/ctm/ctm/ctm.1 b/usr.sbin/ctm/ctm/ctm.1 index d87bd50..c28da41 100644 --- a/usr.sbin/ctm/ctm/ctm.1 +++ b/usr.sbin/ctm/ctm/ctm.1 @@ -10,7 +10,7 @@ .\" .\" CTM and ctm(1) by <phk@login.dknet.dk> .\" -.\" $Id: ctm.1,v 1.5 1996/04/29 21:02:26 phk Exp $ +.\" $Id: ctm.1,v 1.6 1996/05/27 22:46:21 wosch Exp $ .\" .Dd Mar 25, 1995 .Os @@ -126,6 +126,16 @@ is the level of verbosity. .El +.Sh ENVIRONMENT +.Ev TMPDIR, +if set to a pathname, will cause ctm to use that pathname +as the location of temporary file. +See +.Xr tempnam 3, +for more details on this. +The same effect may be achieved with the +.Fl T +flag. .Sh FILES |