The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=1bfc84289e524871aac339101d686fd3b49c6782

commit 1bfc84289e524871aac339101d686fd3b49c6782
Author:     Warner Losh <[email protected]>
AuthorDate: 2024-11-17 23:55:05 +0000
Commit:     Warner Losh <[email protected]>
CommitDate: 2024-11-17 23:55:58 +0000

    cdefs.h: Fix bad version
    
    It's -isoC-2024 not -isoC2023. Fix it
    
    Noticed by: [email protected]
    Sponsored by: Netflix
---
 share/man/man9/cdefs.9 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man9/cdefs.9 b/share/man/man9/cdefs.9
index 38762c22f586..350e5d773004 100644
--- a/share/man/man9/cdefs.9
+++ b/share/man/man9/cdefs.9
@@ -385,7 +385,7 @@ Likewise, when C23 dialog is selected with
 or
 .St -p1003.1-2024 ,
 definitions for
-.St -isoC-2023
+.St -isoC-2024
 are also included.
 .Ss Header Visibility Macros
 These macros are set by

Reply via email to