From: Fred Drake Date: Fri, 6 Jun 1997 21:57:35 +0000 (+0000) Subject: Really nitty-gritty change to prevent latex2html from using a LaTeX-generated X-Git-Tag: v1.5a3~347 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=455838a217473fef352deb2ecbda821c066a1869;p=thirdparty%2FPython%2Fcpython.git Really nitty-gritty change to prevent latex2html from using a LaTeX-generated image of the argument list.... --- diff --git a/Doc/lib/libposix.tex b/Doc/lib/libposix.tex index 6b7a312a375c..7edd93e14bde 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} diff --git a/Doc/libposix.tex b/Doc/libposix.tex index 6b7a312a375c..7edd93e14bde 100644 --- a/Doc/libposix.tex +++ b/Doc/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}