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 e92371b commit 1e8544cCopy full SHA for 1e8544c
synchro.tex
@@ -429,7 +429,7 @@
429
\texttt{fcntl}, specifies only how to lock and how many bytes from the current
430
position in the file. Very often implemented as \texttt{fcntl} wrapper.
431
Beware: one cannot assume it is implemented around \texttt{fcntl} therefore
432
-avoid using these both together.
+avoid using these together.
433
\item The example \example{file-locking/lockf.c} demonstrates how mandatory
434
locking works and the use of the \texttt{lockf} function.
435
\end{itemize}
0 commit comments