git: f7331f4ec87e - main - cdefs.9: Fix clang version, and gcc version

From: Warner Losh <imp_at_FreeBSD.org>
Date: Fri, 19 Jul 2024 05:23:01 UTC
The branch main has been updated by imp:

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

commit f7331f4ec87eef7ff9e2aa0109fcee06d71edff2
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-07-19 05:21:15 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-07-19 05:22:51 +0000

    cdefs.9: Fix clang version, and gcc version
    
    There's no clang 19 that we support, so remove that from the list.
    Also, jhb will soon commit gcc 14 support, so add it while I'm here so I
    don't forget later.
    
    Submited by: jhb
    Sponsored by: Netflix
---
 share/man/man9/cdefs.9 | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/share/man/man9/cdefs.9 b/share/man/man9/cdefs.9
index a065e0bd7d1d..71b3e7fd4f81 100644
--- a/share/man/man9/cdefs.9
+++ b/share/man/man9/cdefs.9
@@ -3,7 +3,7 @@
 .\"
 .\" SPDX-License-Identifier: BSD-2-Clause
 .\"
-.Dd July 8, 2024
+.Dd July 18, 2024
 .Dt CDEFS 9
 .Os
 .Sh NAME
@@ -40,10 +40,13 @@ They are not intended as a general portability layer.
 Due to testing constraints, tcc and pcc may not always work.
 .It Compilers supported for building Fx itself:
 .Bl -column -offset 0n indent-two
-.It Sy Compiler Ta Sy Versions
-.It gcc Ta 12, 13
-.It clang Ta 16, 17, 19
+.It Sy Compiler Ta Sy Major Versions Supported
+.It gcc Ta 12, 13, 14
+.It clang Ta 16, 17, 18
 .El
+.Pp
+Please note: Not every single minor versions of these compilers
+will work or are supported.
 .Sh Macros and Magic for Programming Environment
 .Nm
 defines (or refrains from defining) a number of macros to increase portability