Skip to content

Commit 1e8544c

Browse files
committed
remove extraneous word
1 parent e92371b commit 1e8544c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synchro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@
429429
\texttt{fcntl}, specifies only how to lock and how many bytes from the current
430430
position in the file. Very often implemented as \texttt{fcntl} wrapper.
431431
Beware: one cannot assume it is implemented around \texttt{fcntl} therefore
432-
avoid using these both together.
432+
avoid using these together.
433433
\item The example \example{file-locking/lockf.c} demonstrates how mandatory
434434
locking works and the use of the \texttt{lockf} function.
435435
\end{itemize}

0 commit comments

Comments
 (0)