Skip to content

Commit e92371b

Browse files
committed
improve wording
1 parent 2e45137 commit e92371b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,7 @@
14011401
\begin{itemize}
14021402
\item Alternative to \texttt{select}.
14031403
\item The \emph{timeout} argument is in milliseconds.
1404-
\item There are many more flags, see the man page.
1404+
\item There are more events that can be checked for, see the man page.
14051405
\item Often either \texttt{select} or \texttt{poll} is implemented using the
14061406
other one. On Solaris, for example, \texttt{poll} is a system call, and
14071407
\texttt{select} is then a library call implemented as a \texttt{poll} wrapper.

0 commit comments

Comments
 (0)