diff options
Diffstat (limited to 'Doc/libposix.tex')
-rw-r--r-- | Doc/libposix.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libposix.tex b/Doc/libposix.tex index 6b7a312..7edd93e 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} |