From: Jim Meyering Date: Sat, 4 Jan 2020 01:09:13 +0000 (-0800) Subject: doc: fix time.texi wording X-Git-Tag: v1.0~4387 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=2bcac6083ddcadd62a83f3928974364cacce5d17;p=gnulib.git doc: fix time.texi wording * doc/posix-headers/time.texi (time.h): Typo. --- 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}