diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2012-01-03 10:18:05 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2012-01-03 10:18:05 +0000 |
commit | d807641d331b60b360442bd3bc4084baa0342b98 (patch) | |
tree | 02ca44fd0998ac4b98fc1b2f0b618d5dd1e4db18 /st.in | |
parent | 9348152074166de86477812fc96c95f6333175ec (diff) | |
download | mandoc-d807641d331b60b360442bd3bc4084baa0342b98.tar.gz |
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.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)") |