Skip to content

Commit 33f3e29

Browse files
committed
improve formatting
1 parent 21fe578 commit 33f3e29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

file-api.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -880,9 +880,9 @@
880880
\item calling process must have write permission for the file
881881
\end{itemize}
882882
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);}
883+
\texttt{int \funnm{futimens}(int fd, const struct timespec times[2]);}
884+
\texttt{int \funnm{utimensat}(int fd, const char *path, \\
885+
const struct timespec times[2], int flag);}
886886
]]])
887887
\begin{itemize}
888888
\item allow to set both access and modification time

0 commit comments

Comments
 (0)