]> git.cameronkatri.com Git - mandoc.git/blobdiff - st.in
When in a <PRE>, don't print out the <BR> before lines that have leading
[mandoc.git] / st.in
diff --git a/st.in b/st.in
index 909348e1618158d78fda555acbb38f7a72754225..2d7d005e61cbaf9fb59778d6c008a2bd8e176546 100644 (file)
--- a/st.in
+++ b/st.in
@@ -1,6 +1,6 @@
-/*     $Id: st.in,v 1.11 2009/09/27 17:11:48 kristaps Exp $ */
+/*     $Id: st.in,v 1.15 2010/07/31 23:52:58 schwarze Exp $ */
 /*
- * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
+ * Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -22,6 +22,8 @@
  * the formatted output string.
  *
  * Be sure to escape strings.
+ *
+ * REMEMBER TO ADD NEW STANDARDS TO MDOC.7!
  */
 
 LINE("-p1003.1-88",    "IEEE Std 1003.1-1988 (\\(lqPOSIX.1\\(rq)")
@@ -37,6 +39,7 @@ LINE("-p1003.1c-95",  "IEEE Std 1003.1c-1995 (\\(lqPOSIX.1\\(rq)")
 LINE("-p1003.1g-2000", "IEEE Std 1003.1g-2000 (\\(lqPOSIX.1\\(rq)")
 LINE("-p1003.1i-95",   "IEEE Std 1003.1i-1995 (\\(lqPOSIX.1\\(rq)")
 LINE("-p1003.2-92",    "IEEE Std 1003.2-1992 (\\(lqPOSIX.2\\(rq)")
+LINE("-p1003.2a-92",   "IEEE Std 1003.2a-1992 (\\(lqPOSIX.2\\(rq)")
 LINE("-p1387.2-95",    "IEEE Std 1387.2-1995 (\\(lqPOSIX.7.2\\(rq)")
 LINE("-p1003.2",       "IEEE Std 1003.2 (\\(lqPOSIX.2\\(rq)")
 LINE("-p1387.2",       "IEEE Std 1387.2 (\\(lqPOSIX.7.2\\(rq)")
@@ -46,6 +49,9 @@ LINE("-isoC-amd1",    "ISO/IEC 9899/AMD1:1995 (\\(lqISO C90\\(rq)")
 LINE("-isoC-tcor1",    "ISO/IEC 9899/TCOR1:1994 (\\(lqISO C90\\(rq)")
 LINE("-isoC-tcor2",    "ISO/IEC 9899/TCOR2:1995 (\\(lqISO C90\\(rq)")
 LINE("-isoC-99",       "ISO/IEC 9899:1999 (\\(lqISO C99\\(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)")
 LINE("-ansiC",         "ANSI X3.159-1989 (\\(lqANSI C\\(rq)")
 LINE("-ansiC-89",      "ANSI X3.159-1989 (\\(lqANSI C\\(rq)")
 LINE("-ansiC-99",      "ANSI/ISO/IEC 9899-1999 (\\(lqANSI C99\\(rq)")