summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-04-21 12:39:55 +0000
committerLaurent Bercot <ska@appnovation.com>2023-04-21 12:39:55 +0000
commit8ef88c7d9a7108409c1e58c21b3d0590c859384f (patch)
tree723b97802f12fd9f37de51503493efc4d99c54f7 /doc
parent51e253133a87a72cfde9ce6bd8c12544b54721cb (diff)
downloadskalibs-8ef88c7d9a7108409c1e58c21b3d0590c859384f.tar.xz
doc typo fix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/libstddjb/iopause.html2
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.