Thanks, I thought I'd caught all the old POSIX URLs but evidently not. I
installed the attached proposed further patch.From 771a14bf500f8ee8d8ab32e86d19dd3998a343d4 Mon Sep 17 00:00:00 2001
From: Paul Eggert <egg...@cs.ucla.edu>
Date: Tue, 1 Apr 2025 15:21:15 -0700
Subject: [PROPOSED] More POSIX link fixes
Problems reported by Max Nikulin.
* tz-how-to.html, tz-link.html, zic.8: Update more URLs
to point to POSIX.1-2024.
---
tz-how-to.html | 2 +-
tz-link.html | 2 +-
zic.8 | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tz-how-to.html b/tz-how-to.html
index 9e438f93..a10314c4 100644
--- a/tz-how-to.html
+++ b/tz-how-to.html
@@ -563,7 +563,7 @@ href="https://en.wikipedia.org/wiki/Internationalization_and_localization">local
the abbreviations. They are intended to be the values returned through the
<code>"%Z"</code> format specifier to
<a href="https://en.wikipedia.org/wiki/C_(programming_language)">C</a>’s
-<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/strftime.html"><code>strftime</code></a>
+<a href="https://pubs.opengroup.org/onlinepubs/9799919799/functions/strftime.html"><code>strftime</code></a>
function in the
<a href="https://kirste.userpage.fu-berlin.de/chemnet/use/info/libc/libc_19.html#SEC324">“C” locale</a>.
diff --git a/tz-link.html b/tz-link.html
index ad2cc972..1a2070f5 100644
--- a/tz-link.html
+++ b/tz-link.html
@@ -169,7 +169,7 @@ lower-case letter (<samp>a</samp> through <samp>z</samp>,
then <samp>za</samp> through <samp>zz</samp>, then <samp>zza</samp>
through <samp>zzz</samp>, and so on).
Since version 2022a, each release has been distributed in
-<a href="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/pax.html#tag_20_92_13_06">POSIX
+<a href="https://pubs.opengroup.org/onlinepubs/9799919799/utilities/pax.html#tag_20_94_13_06">POSIX
ustar interchange format</a>, compressed as described above;
older releases use a nearly compatible format.
Since version 2016h, each release has contained a text file named
diff --git a/zic.8 b/zic.8
index 4eeb7a46..f26d6b3d 100644
--- a/zic.8
+++ b/zic.8
@@ -289,7 +289,7 @@ most 2048 bytes counting the newline, and without any NUL bytes.
The input text's encoding
is typically UTF-8 or ASCII; it should have a unibyte representation
for the POSIX Portable Character Set (PPCS)
-\*<https://pubs\*:.opengroup\*:.org/\*:onlinepubs/\*:9699919799/\*:basedefs/\*:V1_chap06\*:.html\*>
+\*<https://pubs\*:.opengroup\*:.org/\*:onlinepubs/\*:9799919799/\*:basedefs/\*:V1_chap06\*:.html\*>
and the encoding's non-unibyte characters should consist entirely of
non-PPCS bytes. Non-PPCS characters typically occur only in comments:
although output file names and time zone abbreviations can contain
--
2.49.0