svn commit: r326522 - head/contrib/mdocml

Baptiste Daroussin bapt at FreeBSD.org
Mon Dec 4 09:58:40 UTC 2017


Author: bapt
Date: Mon Dec  4 09:58:38 2017
New Revision: 326522
URL: https://svnweb.freebsd.org/changeset/base/326522

Log:
  Properly name the 2013 edition
  
  Reported by:	ed

Modified:
  head/contrib/mdocml/st.in

Modified: head/contrib/mdocml/st.in
==============================================================================
--- head/contrib/mdocml/st.in	Mon Dec  4 09:54:03 2017	(r326521)
+++ head/contrib/mdocml/st.in	Mon Dec  4 09:58:38 2017	(r326522)
@@ -34,7 +34,7 @@ LINE("-p1003.1-96",	"ISO/IEC 9945-1:1996 (\\(LqPOSIX.1
 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-2013",	"IEEE Std 1003.1-2013 (\\(LqPOSIX.1\\(Rq)")
+LINE("-p1003.1-2013",	"IEEE Std 1003.1-2008, 2013 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-head mailing list