Another doc tweak: The wording "fixed by the Gnulib modules year2038-required and year2038" is ambiguous: It can be interpreted that the user needs both of these modules in order to get the fixes. We have this situation e.g. with the 'stdio' and the 'sigpipe' module. There, to emphasize the "and", we write "... together with module ...".
2023-04-10 Bruno Haible <br...@clisp.org> doc: Avoid ambiguous wording. * doc/posix-headers/time.texi: Say "or" not "and". diff --git a/doc/posix-headers/time.texi b/doc/posix-headers/time.texi index d64c57ac43..f9d1def2aa 100644 --- a/doc/posix-headers/time.texi +++ b/doc/posix-headers/time.texi @@ -18,8 +18,8 @@ NetBSD 5.0. @end itemize -Portability problems fixed by the Gnulib modules -@code{year2038-required} and @code{year2038}: +Portability problems fixed by the Gnulib module +@code{year2038-required} or @code{year2038}: @itemize @item On some platforms where @code{time_t} defaults to 32-bit but can be