From e92371bbda08b4b1a240dcd9ac52ec7507c30fa2 Mon Sep 17 00:00:00 2001 From: Vladimir Kotal Date: Sun, 19 Nov 2023 21:07:43 +0100 Subject: [PATCH] improve wording --- network.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network.tex b/network.tex index 71d701a..117d3c6 100644 --- a/network.tex +++ b/network.tex @@ -1401,7 +1401,7 @@ \begin{itemize} \item Alternative to \texttt{select}. \item The \emph{timeout} argument is in milliseconds. -\item There are many more flags, see the man page. +\item There are more events that can be checked for, see the man page. \item Often either \texttt{select} or \texttt{poll} is implemented using the other one. On Solaris, for example, \texttt{poll} is a system call, and \texttt{select} is then a library call implemented as a \texttt{poll} wrapper.