Skip to content

Commit b0d8508

Browse files
author
Vladimir Kotal
committed
fix wording
1 parent 522ed89 commit b0d8508

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

file-api.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -858,18 +858,18 @@
858858
const struct utimbuf *\emph{times});}
859859
]]])
860860
\begin{itemize}
861-
\item changes file last access and modification times
862-
\item cannot change i-node access time (\texttt{ctime})
861+
\item changes file last access (\texttt{atime}) and modification
862+
(\texttt{mtime}) times
863+
\item cannot change i-node status change time (\texttt{ctime})
863864
\item calling process must have write permission for the file
864865
\end{itemize}
865866
\end{slide}
866867

867868
\begin{itemize}
868869
\item This call is mostly used by copy/move and also archive utilities to make
869870
sure the times are the same for the originals and copies. (e.g. \texttt{tar} or
870-
\texttt{rsync}).
871-
\item The shell interface for \texttt{utime} is the command \texttt{touch}. As
872-
mentioned in the slide, you cannot change the time of the i-node modification.
871+
\texttt{rsync}).
872+
\item The shell interface for \texttt{utime} is the command \texttt{touch}.
873873
\end{itemize}
874874

875875
%%%%%

0 commit comments

Comments
 (0)