Date: Sun, 17 Nov 2024 23:55:58 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 1bfc84289e52 - main - cdefs.h: Fix bad version Message-ID: <202411172355.4AHNtwvi029072@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=1bfc84289e524871aac339101d686fd3b49c6782 commit 1bfc84289e524871aac339101d686fd3b49c6782 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2024-11-17 23:55:05 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-11-17 23:55:58 +0000 cdefs.h: Fix bad version It's -isoC-2024 not -isoC2023. Fix it Noticed by: gperciva@tarsnap.com 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411172355.4AHNtwvi029072>