skalibs

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

commit de2e01c3b611ee515158ef198c6f2e150a9c019b
parent fe0a3979049729fb89fea7d2e0b28d938cad5522
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Wed, 16 Mar 2022 18:19:26 +0000

 Doc fixes

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

Diffstat:
Mdoc/flags.html | 4++--
Mdoc/libstddjb/selfpipe.html | 2+-
Mdoc/libstddjb/tai.html | 4++--
3 files changed, 5 insertions(+), 5 deletions(-)

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