Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2018 02:43:20 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r331155 - stable/11/contrib/mdocml
Message-ID:  <201803190243.w2J2hKZs073759@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)")



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803190243.w2J2hKZs073759>