diff options
-rw-r--r-- | doc/libstddjb/iopause.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libstddjb/iopause.html b/doc/libstddjb/iopause.html index 2f887ed..3fbe5b8 100644 --- a/doc/libstddjb/iopause.html +++ b/doc/libstddjb/iopause.html @@ -33,7 +33,7 @@ wrapper around the system's <tt>ppoll()</tt> or <a href="https://www.opengroup.org/onlinepubs/9699919799/functions/poll.html">poll()</a> (if available) or <a href="https://www.opengroup.org/onlinepubs/9699919799/functions/select.html">select()</a> -(if neither <tt>ppoll()</tt> n or <tt>poll()</tt> is available) function. +(if neither <tt>ppoll()</tt> nor <tt>poll()</tt> is available) function. It works around some system-dependent quirks; also it works with <em>absolute dates</em> instead of timeouts. This is a good thing: see below. |