Skip to content

Commit 9a520dd

Browse files
committed
remove blanks
1 parent 5edc2ea commit 9a520dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

synchro.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,17 +332,17 @@
332332
\texttt{int \funnm{fcntl}(int \emph{fildes}, int \emph{cmd}, ...);}
333333
\begin{itemize}
334334
\item to set locks for file \texttt{fildes}:
335-
\texttt{cmd}:
335+
\texttt{cmd}:
336336
\begin{itemize}
337337
\item \texttt{F\_GETLK} \dots{} takes lock description from \nth{3} argument
338338
and replaces it with description of existing lock that collides with it.
339339
\item \texttt{F\_SETLK} \dots{} sets or destroys lock described by the \nth{3}
340340
argument. If the lock cannot be set immediately returns $-1$.
341341
\item \texttt{F\_SETLKW} \dots{} like \texttt{F\_SETLK}, however puts
342-
the process to sleep if it is not possible to set the lock
342+
the process to sleep if it is not possible to set the lock
343343
(\texttt{W} means ``wait'')
344344
\end{itemize}
345-
\item \nth{3} argument contains lock description and is pointer to
345+
\item \nth{3} argument contains lock description and is pointer to
346346
\texttt{struct flock}
347347
\end{itemize}
348348
\end{slide}

0 commit comments

Comments
 (0)