We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21fe578 commit 33f3e29Copy full SHA for 33f3e29
file-api.tex
@@ -880,9 +880,9 @@
880
\item calling process must have write permission for the file
881
\end{itemize}
882
ifdef([[[NOSPELLCHECK]]], [[[
883
-\texttt{int futimens(int fd, const struct timespec times[2]);}
884
-\texttt{int utimensat(int fd, const char *path, \\
885
- const struct timespec times[2], int flag);}
+\texttt{int \funnm{futimens}(int fd, const struct timespec times[2]);}
+\texttt{int \funnm{utimensat}(int fd, const char *path, \\
+const struct timespec times[2], int flag);}
886
]]])
887
\begin{itemize}
888
\item allow to set both access and modification time
0 commit comments