svn commit: r331155 - stable/11/contrib/mdocml

Eitan Adler eadler at FreeBSD.org
Mon Mar 19 02:43:21 UTC 2018


Author: eadler
Date: Mon Mar 19 02:43:20 2018
New Revision: 331155
URL: https://svnweb.freebsd.org/changeset/base/331155

Log:
  MFC r326601:
  
  mdocml: Add IEEE Std 1003.1-2008, 2016 edition
  
  Also document IEEE Std 1003.1-2008, 2013 edition in mdoc(7) (as well as the
  2016 edition).

Modified:
  stable/11/contrib/mdocml/mdoc.7
  stable/11/contrib/mdocml/st.in
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/contrib/mdocml/mdoc.7
==============================================================================
--- stable/11/contrib/mdocml/mdoc.7	Mon Mar 19 02:38:07 2018	(r331154)
+++ stable/11/contrib/mdocml/mdoc.7	Mon Mar 19 02:43:20 2018	(r331155)
@@ -2575,6 +2575,17 @@ The second and last Technical Corrigendum.
 .br
 This standard is also called
 X/Open Portability Guide version 7.
+.Pp
+.It \-p1003.1-2013
+.St -p1003.1-2013
+.br
+The 2013 edition incorporates Technical Corrigendum 1.
+.Pp
+.It \-p1003.1-2016
+.St -p1003.1-2016
+.br
+The 2016 edition incorporates Technical Corrigendum 1 and
+Technical Corrigendum 2.
 .El
 .It Other standards
 .Pp

Modified: stable/11/contrib/mdocml/st.in
==============================================================================
--- stable/11/contrib/mdocml/st.in	Mon Mar 19 02:38:07 2018	(r331154)
+++ stable/11/contrib/mdocml/st.in	Mon Mar 19 02:43:20 2018	(r331155)
@@ -35,6 +35,7 @@ LINE("-p1003.1-2001",	"IEEE Std 1003.1-2001 (\\(LqPOSI
 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-2013",	"IEEE Std 1003.1-2008, 2013 Edition (\\(LqPOSIX.1\\(Rq)")
+LINE("-p1003.1-2016",	"IEEE Std 1003.1-2008, 2016 Edition (\\(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)")


More information about the svn-src-stable mailing list