On 2022-11-23 10:43, Paul Eggert wrote:
I installed that
Further testing showed that the installed patch doesn't work with
traditional troff, which doesn't support groff escape sequences like
\(aq. To fix this I installed the equivalent of the attached further
patch to TZDB.diff --git a/zic.8 b/zic.8
index f345f944..ccd012b3 100644
--- a/zic.8
+++ b/zic.8
@@ -349,7 +349,8 @@ nor
.q + .
To allow for future extensions,
an unquoted name should not contain characters from the set
-.q !$%&\(aq()*,/:;<=>?@[\e]\(ha\(ga{|}\(ti .
+.ie \n(.g .q \f(CR!$%&\(aq()*,/:;<=>?@[\e]\(ha\(ga{|}\(ti\fP .
+.el .q !$%&'()*,/:;<=>?@[\e]^`{|}~ .
.TP
.B FROM
Gives the first year in which the rule applies.