summaryrefslogtreecommitdiff
path: root/Doc/lib/libposix.tex
diff options
context:
space:
mode:
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 6b7a312a37..7edd93e14b 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}