Skip to content

Commit 2165224

Browse files
author
Vladimir Kotal
committed
formatting fixes
1 parent a0cb563 commit 2165224

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
@@ -409,8 +409,8 @@
409409
the \texttt{flock} structure is returned unchanged except for the first member
410410
that is set to \texttt{F\_UNLCK}.
411411
\item \label{FCNTL_LOCKING} example: \example{file-locking/fcntl-locking.c}
412-
\item \label{FCNTL_FIXED_RACE_C} example on how to use fcntl (it is
413-
,,fixed'' version of previous \example{race/race.c} example from page
412+
\item \label{FCNTL_FIXED_RACE_C} example on how to use \texttt{fcntl} (it is
413+
,,fixed'' version of the previous \example{race/race.c} example from page
414414
\pageref{RACE_C}): \example{race/fcntl-fixed-race.c}.
415415
\item locking via \texttt{fcntl} and \texttt{lockf} has one important property
416416
that is being described in the \texttt{fcntl} man page in FreeBSD:

0 commit comments

Comments
 (0)