Skip to content

Commit 3aa192b

Browse files
author
Vladimir Kotal
committed
fix wording
1 parent e012f4f commit 3aa192b

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
@@ -359,10 +359,10 @@
359359
processes that do not explicitly work with the lock.
360360
\begin{itemize}
361361
\label{MANDATORY}
362-
\item not universally recommended, do not always work
362+
\item not universally recommended, does not always work
363363
(e.g. \texttt{lockd} implements just advisory locking)
364364
\item for given file they are enabled by setting the SGID bit and
365-
removing right to execute for the group
365+
removing the right to execute for the group
366366
(i.e. setting that otherwise does not make sense).
367367
One process sets the lock (e.g. using \texttt{fcntl}). Other processes
368368
then do not have to check the lock explicitly because each

0 commit comments

Comments
 (0)