We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f61c9e commit 87fd8fcCopy full SHA for 87fd8fc
network.tex
@@ -1412,7 +1412,8 @@
1412
after each call or nullify \texttt{revents}. To deselect a file descriptor,
1413
set the \texttt{fd} member of the \texttt{pollfd} structure to -1
1414
(or reshuffle the array which is significantly more complex).
1415
-\item Time set to -1 has the same effect as \texttt{NULL} for \texttt{select}.
+\item The \texttt{timeout} argument value set to -1 has the same effect
1416
+as \texttt{NULL} for \texttt{select}.
1417
\item If the number of descriptors is set to 0 (\texttt{fds} should be then
1418
\texttt{NULL}), \texttt{poll} can be simply used to sleep with less than one
1419
second granularity. Example: \hlabel{POLL_SLEEP_C} \example{sleep/poll-sleep.c}
0 commit comments