]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
doc: Update gmtime_r documentation for OpenBSD 7.8.
authorCollin Funk <collin.funk1@gmail.com>
Wed, 22 Oct 2025 19:15:16 +0000 (12:15 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Wed, 22 Oct 2025 19:15:16 +0000 (12:15 -0700)
* doc/posix-functions/gmtime_r.texi: Mention that only OpenBSD 7.7 and
earlier use GMT instead of UTC.

ChangeLog
doc/posix-functions/gmtime_r.texi

index c674c1e20368436b0a17e2aef29ba73d23f01545..a28b2c5225a9d49a466157301704422bf4f05f39 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-10-22  Collin Funk  <collin.funk1@gmail.com>
+
+       doc: Update gmtime_r documentation for OpenBSD 7.8.
+       * doc/posix-functions/gmtime_r.texi: Mention that only OpenBSD 7.7 and
+       earlier use GMT instead of UTC.
+
 2025-10-21  Collin Funk  <collin.funk1@gmail.com>
 
        fenv-rounding tests: Avoid test failure on Android.
index 561c100dbcd34b3de6f7ecc30ced053459ccba8d..6933b8dd7866c94be99457e998cc80d513bd69db 100644 (file)
@@ -27,5 +27,5 @@ MacOS X 10.5, Solaris 11.3.
 @item
 This function sets the field @code{tm_zone} to @code{"GMT"}
 instead of @code{"UTC"} on some platforms:
-glibc, NetBSD, OpenBSD, Minix, Cygwin, Android.
+glibc, NetBSD, OpenBSD 7.7, Minix, Cygwin, Android.
 @end itemize