aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-07-13 01:46:09 +0000
committerLaurent Bercot <ska@appnovation.com>2025-07-13 01:46:09 +0000
commit139a898a9ce4a64ecc8de6d65da1824ff3e0fb37 (patch)
tree63357ee144bd52b53ffe05e75b5c77322b0d76bf /doc
parent5bc6d77b08b39f863a7d8767a588f839c19d3113 (diff)
downloadskalibs-139a898a9ce4a64ecc8de6d65da1824ff3e0fb37.tar.gz
gol_argv bugfix, tai.html doc fix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/libstddjb/tai.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/libstddjb/tai.html b/doc/libstddjb/tai.html
index 65c90d8..4a69011 100644
--- a/doc/libstddjb/tai.html
+++ b/doc/libstddjb/tai.html
@@ -64,8 +64,8 @@ on UTC, TAI and Unix time</a>. </li>
<p>
The meat and potatoes of all this is that programmers cannot simply rely on
standard Unix APIs such as
-<a href="https://pubs.opengroup.org/onlinepubs/9799919799/functions/gettimeofday.html">gettimeofday()</a>
-(which, by the way, is marked as obsolescent, but it's not going to disappear tomorrow)
+<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/gettimeofday.html">gettimeofday()</a>
+(which has disappeared in POSIX.1-2024, but is still available in most libcs)
to measure time intervals or even to give precise absolute time, and in
any case those APIs will become obsolete in 2038.
</p>