aboutsummaryrefslogtreecommitdiffstats
path: root/doc/libstddjb/alarm.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-28 08:44:56 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-28 08:44:56 +0000
commite92e5cbc9c42a7f926eb4b25fdf6e52ec9d2fa4c (patch)
tree13984417993446fd673e45076296920b023bc076 /doc/libstddjb/alarm.html
parent3d15149f5d02339fa5d6a9ec35ef067791f772ef (diff)
downloadskalibs-e92e5cbc9c42a7f926eb4b25fdf6e52ec9d2fa4c.tar.gz
Update docs to latest posix version
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/libstddjb/alarm.html')
-rw-r--r--doc/libstddjb/alarm.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/libstddjb/alarm.html b/doc/libstddjb/alarm.html
index cf673f6..00d2838 100644
--- a/doc/libstddjb/alarm.html
+++ b/doc/libstddjb/alarm.html
@@ -29,18 +29,18 @@ and implemented in the <tt>libskarnet.a</tt> or <tt>libskarnet.so</tt> library.
<p>
<tt>alarm</tt> is a set of primitives to provide the same functionality as
-<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/alarm.html">alarm()</a>,
+<a href="https://pubs.opengroup.org/onlinepubs/9799919799/functions/alarm.html">alarm()</a>,
but with sub-second precision.
</p>
<p>
Depending on the functionality the underlying system provides,
the precision can be 1 nanosecond (implementation via
-<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_getoverrun.html">timer_settime()</a>,
+<a href="https://pubs.opengroup.org/onlinepubs/9799919799/functions/timer_getoverrun.html">timer_settime()</a>,
1 microsecond (implementation via
-<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/setitimer.html">setitimer()</a>,
+<a href="https://pubs.opengroup.org/onlinepubs/9799919799/functions/setitimer.html">setitimer()</a>,
or 1 second (fallback implementation with
-<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/alarm.html">alarm()</a>
+<a href="https://pubs.opengroup.org/onlinepubs/9799919799/functions/alarm.html">alarm()</a>
when nothing better can be found).
</p>