From e0030947e4b3bd6e01264919b27a81dc79a79be7 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 18 Sep 2011 21:04:23 +0200 Subject: [PATCH] document TMP variable Signed-off-by: Nico Schottelius --- doc/man/man1/cdist.text | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/man/man1/cdist.text b/doc/man/man1/cdist.text index 5a45b8c1..c43e4e1c 100644 --- a/doc/man/man1/cdist.text +++ b/doc/man/man1/cdist.text @@ -82,6 +82,14 @@ cdist --version -------------------------------------------------------------------------------- +ENVIRONMENT +----------- +TMP:: + Setup the base directory for the temporary directory. + See http://docs.python.org/py3k/library/tempfile.html for + more information. This is rather useful, if the standard + directory used does not allow executables. + SEE ALSO -------- - cdist(7)