Skip to content

Commit bc3eef8

Browse files
committed
Fix layout.
1 parent d765f03 commit bc3eef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

synchro.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@
274274

275275
\begin{itemize}
276276
\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.
277+
\item example: \example{file-locking/lock-unlock.c} -- it is to be used together
278+
with the \example{file-locking/run.sh} shell script.
279279
\item In case of process crash the locks are not removed and therefore other
280280
processes would wait forever. Thus it is prudent to write PID of the process
281281
that created the lock to the lock file. The process that is waiting for unlock

0 commit comments

Comments
 (0)