Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 455838a

Browse files
committed
Really nitty-gritty change to prevent latex2html from using a LaTeX-generated
image of the argument list....
1 parent 295b8e5 commit 455838a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libposix.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ \section{Built-in Module \sectcode{posix}}
417417
the \code{unlink} name is its traditional \UNIX{} name.
418418
\end{funcdesc}
419419

420-
\begin{funcdesc}{utime}{path\, \(atime\, mtime\)}
420+
\begin{funcdesc}{utime}{path\, {\rm (}atime, mtime{\rm )}}
421421
Set the access and modified time of the file to the given values.
422422
(The second argument is a tuple of two items.)
423423
\end{funcdesc}

Doc/libposix.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ \section{Built-in Module \sectcode{posix}}
417417
the \code{unlink} name is its traditional \UNIX{} name.
418418
\end{funcdesc}
419419

420-
\begin{funcdesc}{utime}{path\, \(atime\, mtime\)}
420+
\begin{funcdesc}{utime}{path\, {\rm (}atime, mtime{\rm )}}
421421
Set the access and modified time of the file to the given values.
422422
(The second argument is a tuple of two items.)
423423
\end{funcdesc}

0 commit comments

Comments
 (0)