Skip to content

Commit

Permalink
remove extraneous word
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed Nov 19, 2023
1 parent e92371b commit 1e8544c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synchro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
\texttt{fcntl}, specifies only how to lock and how many bytes from the current
position in the file. Very often implemented as \texttt{fcntl} wrapper.
Beware: one cannot assume it is implemented around \texttt{fcntl} therefore
avoid using these both together.
avoid using these together.
\item The example \example{file-locking/lockf.c} demonstrates how mandatory
locking works and the use of the \texttt{lockf} function.
\end{itemize}
Expand Down

0 comments on commit 1e8544c

Please sign in to comment.