aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2012-01-03 10:18:05 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2012-01-03 10:18:05 +0000
commit484b430b59995e6ddf4b84461fdcc0c3a757addb (patch)
treee48d6e452e2249b22b55a511bef7a71869f9d34b
parent0063d2a7bca693266f0e8bf45e0bb7790a356048 (diff)
downloadmandoc-484b430b59995e6ddf4b84461fdcc0c3a757addb.tar.gz
mandoc-484b430b59995e6ddf4b84461fdcc0c3a757addb.tar.zst
mandoc-484b430b59995e6ddf4b84461fdcc0c3a757addb.zip
Accommodate for ISO C11. groff applied the same `St' argument on
03/01/2012. From a tweaked patch (isoC-11 -> isoC-2011) by Ulrich Sporlein: thanks!
-rw-r--r--mdoc.76
-rw-r--r--st.in3
2 files changed, 6 insertions, 3 deletions
diff --git a/mdoc.7 b/mdoc.7
index f81a4983..44d927b5 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.7,v 1.213 2011/11/01 14:59:27 schwarze Exp $
+.\" $Id: mdoc.7,v 1.214 2012/01/03 10:18:05 kristaps Exp $
.\"
.\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org>
@@ -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 $Mdocdate: November 1 2011 $
+.Dd $Mdocdate: January 3 2012 $
.Dt MDOC 7
.Os
.Sh NAME
@@ -2373,6 +2373,8 @@ The following standards are recognised:
.St -isoC-tcor2
.It \-isoC-99
.St -isoC-99
+.It \-isoC-2011
+.St -isoC-2011
.It \-iso9945-1-90
.St -iso9945-1-90
.It \-iso9945-1-96
diff --git a/st.in b/st.in
index f5936b6c..3356b023 100644
--- a/st.in
+++ b/st.in
@@ -1,4 +1,4 @@
-/* $Id: st.in,v 1.17 2011/09/16 20:44:57 schwarze Exp $ */
+/* $Id: st.in,v 1.18 2012/01/03 10:18:05 kristaps Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -51,6 +51,7 @@ LINE("-isoC-amd1", "ISO/IEC 9899/AMD1:1995 (\\(lqISO\\~C90, Amendment 1\\(rq)")
LINE("-isoC-tcor1", "ISO/IEC 9899/TCOR1:1994 (\\(lqISO\\~C90, Technical Corrigendum 1\\(rq)")
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("-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)")