summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2022-03-16 18:19:26 +0000
committerLaurent Bercot <ska@appnovation.com>2022-03-16 18:19:26 +0000
commitde2e01c3b611ee515158ef198c6f2e150a9c019b (patch)
tree64522c54293a21969a51cad7720971fe93a3871c
parentfe0a3979049729fb89fea7d2e0b28d938cad5522 (diff)
downloadskalibs-de2e01c3b611ee515158ef198c6f2e150a9c019b.tar.xz
Doc fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--doc/flags.html4
-rw-r--r--doc/libstddjb/selfpipe.html2
-rw-r--r--doc/libstddjb/tai.html4
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/flags.html b/doc/flags.html
index 2f89068..e7bac4c 100644
--- a/doc/flags.html
+++ b/doc/flags.html
@@ -63,9 +63,9 @@ to the installed skalibs shared libraries. </li>
<p>
To understand what this flag is about - and the next two flags too - you
should start by reading
-<a href="https://www.madore.org/~david/computers/unix-leap-seconds.html">this
+<a href="http://www.madore.org/~david/computers/unix-leap-seconds.html">this
page about Unix time</a>,
-which <a href="https://www.madore.org/~david/">David Madore</a> wrote after
+which <a href="http://www.madore.org/~david/">David Madore</a> wrote after
a long and fairly complete discussion we had on the subject. You can also
read <a href="https://cr.yp.to/proto/utctai.html">what DJB says about Unix time</a>.
Unfortunately, when he says "the POSIX rules are so outrageously dumb (...)
diff --git a/doc/libstddjb/selfpipe.html b/doc/libstddjb/selfpipe.html
index 1a04c74..7c13e0e 100644
--- a/doc/libstddjb/selfpipe.html
+++ b/doc/libstddjb/selfpipe.html
@@ -12,7 +12,7 @@
<p>
<a href="index.html">libstddjb</a><br />
-<a href="../libskarnet.html">skalibs</a><br />
+<a href="../libskarnet.html">libskarnet</a><br />
<a href="../index.html">skalibs</a><br />
<a href="//skarnet.org/software/">Software</a><br />
<a href="//skarnet.org/">skarnet.org</a>
diff --git a/doc/libstddjb/tai.html b/doc/libstddjb/tai.html
index d3eaa1d..892cf45 100644
--- a/doc/libstddjb/tai.html
+++ b/doc/libstddjb/tai.html
@@ -50,10 +50,10 @@ understand what is going on:
</p>
<ul>
- <li> <a href="https://www.madore.org/~david/misc/time.html">David Madore's page
+ <li> <a href="http://www.madore.org/~david/misc/time.html">David Madore's page
on time</a>. It's outdated (there was a leap second in 2009), but complete. </li>
<li> From David Madore again, more to the point: a
-<a href="https://www.madore.org/~david/computers/unix-leap-seconds.html">page
+<a href="http://www.madore.org/~david/computers/unix-leap-seconds.html">page
about leap seconds, UTC and TAI</a>. </li>
<li> The skalibs <a href="../flags.html#clockistai">--enable-tai-clock</a>
documentation. </li>