diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-07-24 21:36:48 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-07-24 21:36:48 +0000 |
| commit | 85d8151a97cb932852638e85652eefc80003f993 (patch) | |
| tree | 94f3f2727346ba828b5d3de93adfaf4c60a31022 /usr.sbin | |
| parent | c74bb986382bf0017bf8ff494d88b9d916432b79 (diff) | |
Notes
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 d87bd508121a..c28da411a14e 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 |
