Skip to content

Commit 87fd8fc

Browse files
committed
specify the argument name
1 parent 4f61c9e commit 87fd8fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

network.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,8 @@
14121412
after each call or nullify \texttt{revents}. To deselect a file descriptor,
14131413
set the \texttt{fd} member of the \texttt{pollfd} structure to -1
14141414
(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}.
1415+
\item The \texttt{timeout} argument value set to -1 has the same effect
1416+
as \texttt{NULL} for \texttt{select}.
14161417
\item If the number of descriptors is set to 0 (\texttt{fds} should be then
14171418
\texttt{NULL}), \texttt{poll} can be simply used to sleep with less than one
14181419
second granularity. Example: \hlabel{POLL_SLEEP_C} \example{sleep/poll-sleep.c}

0 commit comments

Comments
 (0)