Module Name: src
Committed By: wiz
Date: Thu Aug 15 03:53:34 UTC 2024
Modified Files:
src/external/bsd/mdocml/dist: mdoc.7 st.c
Log Message:
mandoc: merge upstream changes to add IEEE 1003.1-2024 (schwarze, job, jmc)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/mdocml/dist/mdoc.7
cvs rdiff -u -r1.2 -r1.3 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.5 src/external/bsd/mdocml/dist/mdoc.7:1.6
--- src/external/bsd/mdocml/dist/mdoc.7:1.5 Mon Mar 11 00:15:38 2019
+++ src/external/bsd/mdocml/dist/mdoc.7 Thu Aug 15 03:53:34 2024
@@ -2469,7 +2469,7 @@ It is used as the basis for UNIX 03 cert
.br
The second and last Technical Corrigendum.
.El
-.It Single UNIX Specification version 4
+.It POSIX issues 7 and 8
.Pp
.Bl -tag -width "-p1003.1g-2000" -compact
.It \-p1003.1-2008
@@ -2477,8 +2477,18 @@ The second and last Technical Corrigendu
.It \-susv4
.St -susv4
.br
-This standard is also called
-X/Open Portability Guide version 7.
+This standard is based on C99.
+It is also called the
+Open Group Standard Base Specifications, Issue 7.
+.El
+.Pp
+.Bl -tag -width "-p1003.1g-2000" -compact
+.It \-p1003.1-2024
+.St -p1003.1-2024
+.br
+This standard is based on C17.
+It is also called the
+Open Group Standard Base Specifications, Issue 8.
.El
.It Other standards
.Pp
Index: src/external/bsd/mdocml/dist/st.c
diff -u src/external/bsd/mdocml/dist/st.c:1.2 src/external/bsd/mdocml/dist/st.c:1.3
--- src/external/bsd/mdocml/dist/st.c:1.2 Sat Dec 7 12:45:28 2019
+++ src/external/bsd/mdocml/dist/st.c Thu Aug 15 03:53:34 2024
@@ -37,6 +37,7 @@ LINE("-p1003.1-96", "ISO/IEC 9945-1:1996
LINE("-p1003.1-2001", "IEEE Std 1003.1-2001 (\\(lqPOSIX.1\\(rq)")
LINE("-p1003.1-2004", "IEEE Std 1003.1-2004 (\\(lqPOSIX.1\\(rq)")
LINE("-p1003.1-2008", "IEEE Std 1003.1-2008 (\\(lqPOSIX.1\\(rq)")
+LINE("-p1003.1-2024", "IEEE Std 1003.1-2024 (\\(lqPOSIX.1\\(rq)")
LINE("-p1003.1", "IEEE Std 1003.1 (\\(lqPOSIX.1\\(rq)")
LINE("-p1003.1b", "IEEE Std 1003.1b (\\(lqPOSIX.1b\\(rq)")
LINE("-p1003.1b-93", "IEEE Std 1003.1b-1993 (\\(lqPOSIX.1b\\(rq)")