diff options
author | Fred Drake <fdrake@acm.org> | 1997-06-06 21:57:35 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-06-06 21:57:35 (GMT) |
commit | 455838a217473fef352deb2ecbda821c066a1869 (patch) | |
tree | f7ded544a3113eb6cf98d101e30501dc9e3b38af /Doc/lib/libposix.tex | |
parent | 295b8e5608a0680f322223fc2b45b7349e74fd4b (diff) | |
download | cpython-455838a217473fef352deb2ecbda821c066a1869.zip cpython-455838a217473fef352deb2ecbda821c066a1869.tar.gz cpython-455838a217473fef352deb2ecbda821c066a1869.tar.bz2 |
Really nitty-gritty change to prevent latex2html from using a LaTeX-generated
image of the argument list....
Diffstat (limited to 'Doc/lib/libposix.tex')
-rw-r--r-- | Doc/lib/libposix.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libposix.tex b/Doc/lib/libposix.tex index 6b7a312..7edd93e 100644 --- a/Doc/lib/libposix.tex +++ b/Doc/lib/libposix.tex @@ -417,7 +417,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\, \(atime\, mtime\)} +\begin{funcdesc}{utime}{path\, {\rm (}atime, mtime{\rm )}} Set the access and modified time of the file to the given values. (The second argument is a tuple of two items.) \end{funcdesc} |