git: 0230605c42ae - stable/15 - UPDATING: Fix entry for getgroups(2)/setgroups(2)

From: Olivier Certner <olce_at_FreeBSD.org>
Date: Fri, 28 Aug 2026 20:55:38 UTC
The branch stable/15 has been updated by olce:

URL: https://cgit.FreeBSD.org/src/commit/?id=0230605c42aed16dd6ea6858f20ca7b8b3e7f9f0

commit 0230605c42aed16dd6ea6858f20ca7b8b3e7f9f0
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2026-08-27 10:43:40 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2026-08-28 20:55:02 +0000

    UPDATING: Fix entry for getgroups(2)/setgroups(2)
    
    Fix a typo, grammar, and generally rephrase for better clarity.
    
    Fixes:          3463f02706db ("UPDATING: add an entry for [gs]etgroups")
    MFC after:      1 day
    MFC to:         stable/15
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit b7cff2a8c47eb09968430e53cab8b05cf8897d3f)
---
 UPDATING | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/UPDATING b/UPDATING
index b9dde6ac09f7..e8d93352d78e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -224,10 +224,12 @@ and/or ports.
 	require libmilter, you can now remove it.
 
 20250815:
-	The [gs]etgroups(2)syscalls have changed. To maintain backwards
-	compatibility with existing programs, you need COMPAT_FREEBSD14 in
-	your kernel config until all applications which use this are
-	rebuild/reinstalled.
+	The behavior of the getgroups(2), setgroups(2), and initgroups(3)
+	interfaces has changed, and their version numbers have been incremented.
+	To keep existing binaries and libraries working, ensure that
+	COMPAT_FREEBSD14 is included in your kernel configuration.
+	Alternatively, rebuild and reinstall applications that use these
+	interfaces.
 
 20250815:
 	jemalloc 5.3.0 has been committed to the tree.