From 2bcac6083ddcadd62a83f3928974364cacce5d17 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 3 Jan 2020 17:09:13 -0800 Subject: [PATCH] doc: fix time.texi wording * doc/posix-headers/time.texi (time.h): Typo. --- ChangeLog | 5 +++++ doc/posix-headers/time.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 930f715031..c5ae7b7308 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-01-03 Jim Meyering + + doc: fix time.texi wording + * doc/posix-headers/time.texi (time.h): Typo. + 2020-01-03 Bruno Haible mbrtowc: Refactor locale charset dispatching. diff --git a/doc/posix-headers/time.texi b/doc/posix-headers/time.texi index 67741ca56b..980212cc58 100644 --- a/doc/posix-headers/time.texi +++ b/doc/posix-headers/time.texi @@ -24,7 +24,7 @@ fail with @code{errno == EOVERFLOW} when a timestamp is out of range, such as with a file timestamp in the far future or past; on others, the functions silently return the low-order 32 bits of the correct timestamp. These platforms will be obsolete when 32-bit @code{time_t} -rolls around, which will occur the year 2038 for the typical case when +rolls around, which will occur in 2038 for the typical case when @code{time_t} is signed. @item On some platforms the @code{tv_nsec} member of @code{struct timespec} -- 2.39.5