Module Name: src Committed By: wiz Date: Sun Nov 24 18:49:47 UTC 2024
Modified Files: src/external/bsd/mdocml/dist: mdoc.7 st.c Log Message: Fix C23 ISO name, and match wording to upstream. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/bsd/mdocml/dist/mdoc.7 cvs rdiff -u -r1.4 -r1.5 src/external/bsd/mdocml/dist/st.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/mdocml/dist/mdoc.7 diff -u src/external/bsd/mdocml/dist/mdoc.7:1.7 src/external/bsd/mdocml/dist/mdoc.7:1.8 --- src/external/bsd/mdocml/dist/mdoc.7:1.7 Sun Nov 10 07:16:56 2024 +++ src/external/bsd/mdocml/dist/mdoc.7 Sun Nov 24 18:49:47 2024 @@ -2320,21 +2320,21 @@ The original C standard. .It \-isoC-99 .St -isoC-99 .br -The second major version of the C language standard. +Edition 2 of the C language standard. .Pp .It \-isoC-2011 .St -isoC-2011 .br -The third major version of the C language standard. +Edition 3 of the C language standard. .Pp .It \-isoC-2018 .St -isoC-2018 .br -The fourth major version of the C language standard. +Edition 4 of the C language standard. .It \-isoC-2023 .St -isoC-2023 .br -The fifth major version of the C language standard. +Edition 5 of the C language standard. .El .It POSIX.1 before the Single UNIX Specification .Pp Index: src/external/bsd/mdocml/dist/st.c diff -u src/external/bsd/mdocml/dist/st.c:1.4 src/external/bsd/mdocml/dist/st.c:1.5 --- src/external/bsd/mdocml/dist/st.c:1.4 Sun Nov 10 07:16:56 2024 +++ src/external/bsd/mdocml/dist/st.c Sun Nov 24 18:49:47 2024 @@ -55,7 +55,7 @@ LINE("-isoC-tcor2", "ISO/IEC 9899/TCOR2: LINE("-isoC-99", "ISO/IEC 9899:1999 (\\(lqISO\\~C99\\(rq)") LINE("-isoC-2011", "ISO/IEC 9899:2011 (\\(lqISO\\~C11\\(rq)") LINE("-isoC-2018", "ISO/IEC 9899:2018 (\\(lqISO\\~C18\\(rq)") -LINE("-isoC-2023", "ISO/IEC 9899:2023 (\\(lqISO\\~C23\\(rq)") +LINE("-isoC-2023", "ISO/IEC 9899:2024 (\\(lqISO\\~C23\\(rq)") LINE("-iso9945-1-90", "ISO/IEC 9945-1:1990 (\\(lqPOSIX.1\\(rq)") LINE("-iso9945-1-96", "ISO/IEC 9945-1:1996 (\\(lqPOSIX.1\\(rq)") LINE("-iso9945-2-93", "ISO/IEC 9945-2:1993 (\\(lqPOSIX.2\\(rq)")