sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit 7a2105f5bd6ae077baedad7dd62d0fcae9270ba8
parent 91a643411d744bbdfe0b356b73463eaaf500e02a
Author: sin <sin@2f30.org>
Date:   Thu, 14 Nov 2013 19:49:36 +0000

Forgot to update manpage for mktemp(1)

Diffstat:
Mmktemp.1 | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mktemp.1 b/mktemp.1 @@ -10,7 +10,8 @@ mktemp \- make temporary filename takes the given filename template and overwrites a portion of it to create a unique filename. The template may be any filename with at least six `Xs' appended to it. If no template is specified a default of -`tmp.XXXXXXXXXX' is used and the tmpdir is currently fixed to `/tmp'. +`tmp.XXXXXXXXXX' is used and the tmpdir is set to `/tmp' unless the +TMPDIR envrionment variable has been set. .SH OPTIONS .TP .B \-d