aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/st.in
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 /st.in
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!
Diffstat (limited to 'st.in')
-rw-r--r--st.in3
1 files changed, 2 insertions, 1 deletions
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)")