commit f3715736ecf2cc71255230b196d1e52ca5642fb3
parent 889d337b308e4313ef2253083acf42f260bf3e8e
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date: Wed, 7 Feb 2024 14:07:16 -0500
Add reference from errata.
Diffstat:
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/doc/r7rs-small/procedures/system-interface.texinfo b/doc/r7rs-small/procedures/system-interface.texinfo
@@ -134,7 +134,7 @@ later. Neither high accuracy nor high precision are required; in
particular, returning Coordinated Universal Time plus a suitable
constant might be the best an implementation can do.
-As of 2018, a TAI-UTC offset table can be found at [40].
+As of 2018, a TAI-UTC offset table can be found at [@ref{TAI}].
@end deffn
@deffn {time library procedure} current-jiffy
diff --git a/doc/r7rs-small/references.texinfo b/doc/r7rs-small/references.texinfo
@@ -257,4 +257,10 @@ How to Add Threads to a Sequential Language Without Getting Tangled Up.
@cite{Proceedings of the Fourth Workshop on Scheme and Functional
Programming}, November 2003.
+@item
+@anchor{TAI}
+International Earth Rotation Service.
+Historical table of TAI-UTC offsets.
+@url{http://maia.usno.navy.mil/ser7/tai-utc.dat}
+
@end enumerate