skalibs

Mirror/fork of https://skarnet.org/software/skalibs/
git clone https://ccx.te2000.cz/git/skalibs
Log | Files | Refs | README | LICENSE

commit 8ef88c7d9a7108409c1e58c21b3d0590c859384f
parent 51e253133a87a72cfde9ce6bd8c12544b54721cb
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Fri, 21 Apr 2023 12:39:55 +0000

 doc typo fix

Signed-off-by: Laurent Bercot <ska@appnovation.com>

Diffstat:
Mdoc/libstddjb/iopause.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.