Forgot to update manpage for mktemp(1)
This commit is contained in:
parent
91a643411d
commit
7a2105f5bd
3
mktemp.1
3
mktemp.1
|
@ -10,7 +10,8 @@ mktemp \- make temporary filename
|
||||||
takes the given filename template and overwrites a portion of it
|
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
|
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
|
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
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
.B \-d
|
.B \-d
|
||||||
|
|
Loading…
Reference in New Issue
Block a user