diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | doc/posix-headers/time.texi | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2023-04-10 Bruno Haible <bruno@clisp.org> + + doc: Avoid ambiguous wording. + * doc/posix-headers/time.texi: Say "or" not "and". + 2023-04-09 Bruno Haible <bruno@clisp.org> doc: Fix a typo. 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 @@ expressions: 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 |