aboutsummaryrefslogtreecommitdiffstats
path: root/doc/flags.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/flags.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/flags.html')
-rw-r--r--doc/flags.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/flags.html b/doc/flags.html
index 76ae476..7fb2049 100644
--- a/doc/flags.html
+++ b/doc/flags.html
@@ -85,7 +85,7 @@ uncommon, thing to do:
<ul>
<li> &uarr; The main advantage of this setup is that it makes your system clock
<em>linear</em>. In other words,
-<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/gettimeofday.html">gettimeofday()</a>
+<a href="https://pubs.opengroup.org/onlinepubs/9799919799/functions/gettimeofday.html">gettimeofday()</a>
becomes suitable for both timestamping (which needs absolute time) and timeout
computations (which need reliable interval measurements); if your clock is
accurate enough, it can function as both a wall clock and a stopwatch.