Commit 02a3397e authored by Fred Drake's avatar Fred Drake

Really nitty-gritty change to prevent latex2html from using a LaTeX-generated

image of the argument list....
parent 0c9fdc5d
...@@ -417,7 +417,7 @@ Remove the file \var{path}. This is the same function as \code{remove}; ...@@ -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. the \code{unlink} name is its traditional \UNIX{} name.
\end{funcdesc} \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. Set the access and modified time of the file to the given values.
(The second argument is a tuple of two items.) (The second argument is a tuple of two items.)
\end{funcdesc} \end{funcdesc}
......
...@@ -417,7 +417,7 @@ Remove the file \var{path}. This is the same function as \code{remove}; ...@@ -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. the \code{unlink} name is its traditional \UNIX{} name.
\end{funcdesc} \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. Set the access and modified time of the file to the given values.
(The second argument is a tuple of two items.) (The second argument is a tuple of two items.)
\end{funcdesc} \end{funcdesc}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment