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 d765f03 commit bc3eef8Copy full SHA for bc3eef8
synchro.tex
@@ -274,8 +274,8 @@
274
275
\begin{itemize}
276
\item \label{LOCK_UNLOCK} The key is the \texttt{O\_EXCL} flag.
277
-\item example: \example{file-locking/lock-unlock.c} -- use together with
278
-the \example{file-locking/run.sh} shell script.
+\item example: \example{file-locking/lock-unlock.c} -- it is to be used together
+with the \example{file-locking/run.sh} shell script.
279
\item In case of process crash the locks are not removed and therefore other
280
processes would wait forever. Thus it is prudent to write PID of the process
281
that created the lock to the lock file. The process that is waiting for unlock
0 commit comments