summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-09 22:30:32 (GMT)
committerFred Drake <fdrake@acm.org>1998-01-09 22:30:32 (GMT)
commit12d9da58275d9eec0436f1fe48699e103bd4429d (patch)
treeb5ef37c93d5ba38ba29deb321833460438739af2 /Doc/lib
parent8d0ff317bccd154866d183fde6f5b63b31d3b84a (diff)
downloadcpython-12d9da58275d9eec0436f1fe48699e103bd4429d.zip
cpython-12d9da58275d9eec0436f1fe48699e103bd4429d.tar.gz
cpython-12d9da58275d9eec0436f1fe48699e103bd4429d.tar.bz2
Use \file{} instead of \code{} or ``\code{}'' to mark file & directory names
& name parts.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libtempfile.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libtempfile.tex b/Doc/lib/libtempfile.tex
index e033f70..f7304ae 100644
--- a/Doc/lib/libtempfile.tex
+++ b/Doc/lib/libtempfile.tex
@@ -28,7 +28,7 @@ are initialized at the first call to \code{mktemp()}.
When set to a value other than \code{None}, this variable defines the
directory in which filenames returned by \code{mktemp()} reside. The
default is taken from the environment variable \code{TMPDIR}; if this
-is not set, either \code{/usr/tmp} is used (on \UNIX{}), or the current
+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}
@@ -38,8 +38,8 @@ whether its value is valid.
When set to a value other than \code{None}, this variable defines the
prefix of the final component of the filenames returned by
\code{mktemp()}. A string of decimal digits is added to generate
-unique filenames. The default is either ``\code{@\var{pid}.}'' where
-\var{pid} is the current process ID (on \UNIX{}), or ``\code{tmp}'' (all
+unique filenames. The default is either \file{@\var{pid}.} where
+\var{pid} is the current process ID (on \UNIX{}), or \file{tmp} (all
other systems).
\end{datadesc}