summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libposix.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-11-30 21:53:47 (GMT)
committerFred Drake <fdrake@acm.org>1998-11-30 21:53:47 (GMT)
commitcaa3379c4f25aabd9964a8cde40bea2f0ff00451 (patch)
treefafe324843bc5cc64b61e0d00f09f1d3bce7b1b4 /Doc/lib/libposix.tex
parent84538cd07683245ab566c42afef6b61c377fa5b6 (diff)
downloadcpython-caa3379c4f25aabd9964a8cde40bea2f0ff00451.zip
cpython-caa3379c4f25aabd9964a8cde40bea2f0ff00451.tar.gz
cpython-caa3379c4f25aabd9964a8cde40bea2f0ff00451.tar.bz2
Remove {\rm ...} constructs.
Diffstat (limited to 'Doc/lib/libposix.tex')
-rw-r--r--Doc/lib/libposix.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libposix.tex b/Doc/lib/libposix.tex
index acae9af..0071bf1 100644
--- a/Doc/lib/libposix.tex
+++ b/Doc/lib/libposix.tex
@@ -459,7 +459,7 @@ Remove the file \var{path}. This is the same function as \code{remove};
the \code{unlink} name is its traditional \UNIX{} name.
\end{funcdesc}
-\begin{funcdesc}{utime}{path, {\rm (}atime, mtime{\rm )}}
+\begin{funcdesc}{utime}{path, (atime, mtime)}
Set the access and modified time of the file to the given values.
(The second argument is a tuple of two items.)
\end{funcdesc}