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 3aa192b commit a0cb563Copy full SHA for a0cb563
synchro.tex
@@ -352,8 +352,8 @@
352
\item There are 2 types of locks:
353
\begin{description}
354
\item [advisory locks] -- for correct operation it is necessary that all
355
- processes working with locked files to check locks before reading/writing.
356
- used more frequently.
+ processes working with locked files check the locks before reading/writing.
+ Used more frequently.
357
\item [mandatory locks] -- if a file is locked, read/write operations will
358
automatically block the process, i.e. the lock will be applied also on
359
processes that do not explicitly work with the lock.
0 commit comments