diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2012-01-03 11:05:58 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2012-01-03 11:05:58 +0000 |
commit | 9a3cbd0f9fb4323d1e8a8fd2aaa5c5ef6753ad5e (patch) | |
tree | 787eb6d8ca274017756ca105305e75b2b49accb4 /usr.bin/mandoc | |
parent | a3d1964ec929e847fa686cac5cb9033089130cb3 (diff) |
Support .St -isoC-2011 to refer to ISO C11.
From Ulrich Spoerlein, tweaked by kristaps@.
Werner Lemberg added the same .St argument to groff today.
Diffstat (limited to 'usr.bin/mandoc')
-rw-r--r-- | usr.bin/mandoc/st.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mandoc/st.in b/usr.bin/mandoc/st.in index 03971c9f8b1..0d569476c53 100644 --- a/usr.bin/mandoc/st.in +++ b/usr.bin/mandoc/st.in @@ -1,4 +1,4 @@ -/* $Id: st.in,v 1.11 2011/09/16 19:36:07 jmc Exp $ */ +/* $Id: st.in,v 1.12 2012/01/03 11:05:57 schwarze 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)") |