Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f51558

Browse files
committed
Mark TMPDIR correctly.
1 parent 0c4d947 commit 4f51558

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

Doc/lib/libtempfile.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ \section{Standard Module \module{tempfile}}
2626
\begin{datadesc}{tempdir}
2727
When set to a value other than \code{None}, this variable defines the
2828
directory in which filenames returned by \function{mktemp()} reside.
29-
The default is taken from the environment variable \code{TMPDIR}; if
29+
The default is taken from the environment variable \envvar{TMPDIR}; if
3030
this is not set, either \file{/usr/tmp} is used (on \UNIX{}), or the
3131
current working directory (all other systems). No check is made to
3232
see whether its value is valid.
3333
\end{datadesc}
34-
\ttindex{TMPDIR}
3534

3635
\begin{datadesc}{template}
3736
When set to a value other than \code{None}, this variable defines the

Doc/libtempfile.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ \section{Standard Module \module{tempfile}}
2626
\begin{datadesc}{tempdir}
2727
When set to a value other than \code{None}, this variable defines the
2828
directory in which filenames returned by \function{mktemp()} reside.
29-
The default is taken from the environment variable \code{TMPDIR}; if
29+
The default is taken from the environment variable \envvar{TMPDIR}; if
3030
this is not set, either \file{/usr/tmp} is used (on \UNIX{}), or the
3131
current working directory (all other systems). No check is made to
3232
see whether its value is valid.
3333
\end{datadesc}
34-
\ttindex{TMPDIR}
3534

3635
\begin{datadesc}{template}
3736
When set to a value other than \code{None}, this variable defines the

0 commit comments

Comments
 (0)