Skip to content

Commit b813aaa

Browse files
committed
cleanup
1 parent 9ff330f commit b813aaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

file-api.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -731,9 +731,9 @@
731731
for file locking
732732
\end{itemize}
733733
\item Note that there are two kinds of flags. Flags associated with the file
734-
descriptor, having \texttt{FD} in the macro names (only one such exists --
735-
\texttt{FD\_CLOEXEC}), and flags associated with the slot in the system file
736-
table of opened files, having \texttt{FL} in the \texttt{fcntl} command macros
734+
descriptor, having \texttt{FD} in the macro names \texttt{FD\_CLOEXEC},
735+
and flags associated with the slot in the system file table of opened files,
736+
having \texttt{FL} in the \texttt{fcntl} command macros
737737
(i.e. \texttt{F\_GETFL}). See also the picture on page \pageref{OPENFILETABLES}.
738738
\item Devices may support reading and writing using \texttt{read} and
739739
\texttt{write}, and mapping files to memory (\texttt{mmap}, see page

0 commit comments

Comments
 (0)