diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-17 14:51:04 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-17 14:51:04 (GMT) |
commit | 4f5155817be8fed59ccb00b0d3ea5fc9986f9d8b (patch) | |
tree | 7f523a9301ab0f870c32d38ee163471f7190772b | |
parent | 0c4d947eacfb360515a5ba58f1a6b96dddc6d265 (diff) | |
download | cpython-4f5155817be8fed59ccb00b0d3ea5fc9986f9d8b.zip cpython-4f5155817be8fed59ccb00b0d3ea5fc9986f9d8b.tar.gz cpython-4f5155817be8fed59ccb00b0d3ea5fc9986f9d8b.tar.bz2 |
Mark TMPDIR correctly.
-rw-r--r-- | Doc/lib/libtempfile.tex | 3 | ||||
-rw-r--r-- | Doc/libtempfile.tex | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/Doc/lib/libtempfile.tex b/Doc/lib/libtempfile.tex index d81084e..93577e7 100644 --- a/Doc/lib/libtempfile.tex +++ b/Doc/lib/libtempfile.tex @@ -26,12 +26,11 @@ are initialized at the first call to \function{mktemp()}. \begin{datadesc}{tempdir} When set to a value other than \code{None}, this variable defines the directory in which filenames returned by \function{mktemp()} reside. -The default is taken from the environment variable \code{TMPDIR}; if +The default is taken from the environment variable \envvar{TMPDIR}; if this is not set, either \file{/usr/tmp} is used (on \UNIX{}), or the current working directory (all other systems). No check is made to see whether its value is valid. \end{datadesc} -\ttindex{TMPDIR} \begin{datadesc}{template} When set to a value other than \code{None}, this variable defines the diff --git a/Doc/libtempfile.tex b/Doc/libtempfile.tex index d81084e..93577e7 100644 --- a/Doc/libtempfile.tex +++ b/Doc/libtempfile.tex @@ -26,12 +26,11 @@ are initialized at the first call to \function{mktemp()}. \begin{datadesc}{tempdir} When set to a value other than \code{None}, this variable defines the directory in which filenames returned by \function{mktemp()} reside. -The default is taken from the environment variable \code{TMPDIR}; if +The default is taken from the environment variable \envvar{TMPDIR}; if this is not set, either \file{/usr/tmp} is used (on \UNIX{}), or the current working directory (all other systems). No check is made to see whether its value is valid. \end{datadesc} -\ttindex{TMPDIR} \begin{datadesc}{template} When set to a value other than \code{None}, this variable defines the |