Skip to content

Commit b3f349f

Browse files
author
Vladimir Kotal
committed
fix wording
1 parent 15d7f2a commit b3f349f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

network.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1384,9 +1384,9 @@
13841384
after each call or nullify \texttt{revents}.
13851385
\item Time set to -1 has the same effect as \texttt{NULL} for \texttt{select}.
13861386
\item If the number of descriptors is set to 0 (\texttt{fds} should be then
1387-
\texttt{NULL}), \texttt{poll} can be simple used to sleep with less than second
1388-
granularity. Example: \label{POLL_SLEEP_C} \example{sleep/poll-sleep.c} That
1389-
said, this "trick" does not work on macOS.
1387+
\texttt{NULL}), \texttt{poll} can be simply used to sleep with less than one
1388+
second granularity. Example: \label{POLL_SLEEP_C} \example{sleep/poll-sleep.c}
1389+
That said, this "trick" does not work on macOS.
13901390
\begin{itemize}
13911391
\item Another way is to use \texttt{nanosleep}, that is part of POSIX.4
13921392
extension and therefore does not have to be always available.

0 commit comments

Comments
 (0)