Module Name: src
Committed By: maya
Date: Fri Jul 27 14:29:46 UTC 2018
Modified Files:
src/external/bsd/mdocml/dist: mdoc.7 st.in
Log Message:
Support -isoC-2017
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.20 -r1.2 src/external/bsd/mdocml/dist/mdoc.7
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/mdocml/dist/st.in
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.1.1.20 src/external/bsd/mdocml/dist/mdoc.7:1.2
--- src/external/bsd/mdocml/dist/mdoc.7:1.1.1.20 Sat Mar 18 15:06:52 2017
+++ src/external/bsd/mdocml/dist/mdoc.7 Fri Jul 27 14:29:46 2018
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd February 16, 2017
+.Dd July 27, 2018
.Dt MDOC 7
.Os
.Sh NAME
@@ -2429,6 +2429,11 @@ The second major version of the C langua
.St -isoC-2011
.br
The third major version of the C language standard.
+.Pp
+.It \-isoC-2017
+.St -isoC-2017
+.br
+The fourth major version of the C language standard.
.El
.It POSIX.1 before the Single UNIX Specification
.Pp
Index: src/external/bsd/mdocml/dist/st.in
diff -u src/external/bsd/mdocml/dist/st.in:1.5 src/external/bsd/mdocml/dist/st.in:1.6
--- src/external/bsd/mdocml/dist/st.in:1.5 Fri Jul 15 19:40:42 2016
+++ src/external/bsd/mdocml/dist/st.in Fri Jul 27 14:29:46 2018
@@ -51,6 +51,7 @@ LINE("-isoC-tcor1", "ISO/IEC 9899/TCOR1:
LINE("-isoC-tcor2", "ISO/IEC 9899/TCOR2:1995 (\\(LqISO\\~C90, Technical Corrigendum 2\\(Rq)")
LINE("-isoC-99", "ISO/IEC 9899:1999 (\\(LqISO\\~C99\\(Rq)")
LINE("-isoC-2011", "ISO/IEC 9899:2011 (\\(LqISO\\~C11\\(Rq)")
+LINE("-isoC-2017", "ISO/IEC 9899:2017 (\\(LqISO\\~C17\\(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)")