Skip to content

Commit 5edc2ea

Browse files
committed
adjust the wording
1 parent b9f630e commit 5edc2ea

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
@@ -292,7 +292,7 @@
292292
\item example: \example{file-locking/lock-unlock.c} -- it is to be used together
293293
with the \example{file-locking/run.sh} shell script.
294294
\item In case of process crash the locks are not removed and therefore other
295-
processes would wait forever. Thus it is prudent to write PID of the process
295+
processes would wait forever. One idea is to write PID of the process
296296
that created the lock to the lock file. The process that is waiting for unlock
297297
can verify that the process with given PID number exists. If not, it can remove
298298
the lock file and retry. User level command that can do this is e.g.

0 commit comments

Comments
 (0)