[BACK]Return to st.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Annotation of mandoc/st.in, Revision 1.4

1.4     ! kristaps    1: /* $Id: st.in,v 1.3 2009/03/16 22:19:19 kristaps Exp $ */
1.2       kristaps    2:
1.3       kristaps    3: /*
                      4:  * This file defines the .St macro arguments.  If you add a new
                      5:  * standard, make sure that the left-and side corresponds to the .St
                      6:  * argument (like .St -p1003.1) and the right-hand side corresponds to
                      7:  * the formatted output string.
                      8:  *
                      9:  * Be sure to escape strings.
                     10:  */
                     11:
                     12: LINE("-p1003.1-88",    "IEEE Std 1003.1-1988 (\\(lqPOSIX\\(rq)")
                     13: LINE("-p1003.1-90",    "IEEE Std 1003.1-1990 (\\(lqPOSIX\\(rq)")
                     14: LINE("-p1003.1-96",    "ISO/IEC 9945-1:1996 (\\(lqPOSIX\\(rq)")
                     15: LINE("-p1003.1-2001",  "IEEE Std 1003.1-2001 (\\(lqPOSIX\\(rq)")
                     16: LINE("-p1003.1-2004",  "IEEE Std 1003.1-2004 (\\(lqPOSIX\\(rq)")
1.4     ! kristaps   17: LINE("-p1003.1-2008",  "IEEE Std 1003.1-2008 (\\(lqPOSIX\\(rq)")
1.3       kristaps   18: LINE("-p1003.1",       "IEEE Std 1003.1 (\\(lqPOSIX\\(rq)")
                     19: LINE("-p1003.1b",      "IEEE Std 1003.1b (\\(lqPOSIX\\(rq)")
                     20: LINE("-p1003.1b-93",   "IEEE Std 1003.1b-1993 (\\(lqPOSIX\\(rq)")
                     21: LINE("-p1003.1c-95",   "IEEE Std 1003.1c-1995 (\\(lqPOSIX\\(rq)")
                     22: LINE("-p1003.1g-2000", "IEEE Std 1003.1g-2000 (\\(lqPOSIX\\(rq)")
                     23: LINE("-p1003.2-92",    "IEEE Std 1003.2-1992 (\\(lqPOSIX.2\\(rq)")
                     24: LINE("-p1387.2-95",    "IEEE Std 1387.2-1995 (\\(lqPOSIX.7.2\\(rq)")
                     25: LINE("-p1003.2",       "IEEE Std 1003.2 (\\(lqPOSIX.2\\(rq)")
                     26: LINE("-p1387.2",       "IEEE Std 1387.2 (\\(lqPOSIX.7.2\\(rq)")
                     27: LINE("-isoC-90",       "ISO/IEC 9899:1990 (\\(lqISO C90\\(rq)")
                     28: LINE("-isoC-amd1",     "ISO/IEC 9899/AMD1:1995 (\\(lqISO C90\\(rq)")
                     29: LINE("-isoC-tcor1",    "ISO/IEC 9899/TCOR1:1994 (\\(lqISO C90\\(rq)")
                     30: LINE("-isoC-tcor2",    "ISO/IEC 9899/TCOR2:1995 (\\(lqISO C90\\(rq)")
                     31: LINE("-isoC-99",       "ISO/IEC 9899:1999 (\\(lqISO C99\\(rq)")
                     32: LINE("-ansiC",         "ANSI X3.159-1989 (\\(lqANSI C\\(rq)")
                     33: LINE("-ansiC-89",      "ANSI X3.159-1989 (\\(lqANSI C\\(rq)")
                     34: LINE("-ansiC-99",      "ANSI/ISO/IEC 9899-1999 (\\(lqANSI C99\\(rq)")
                     35: LINE("-ieee754",       "IEEE Std 754-1985")
                     36: LINE("-iso8802-3",     "ISO 8802-3: 1989")
                     37: LINE("-xpg3",          "X/Open Portability Guide Issue 3 (\\(lqXPG3\\(rq)")
                     38: LINE("-xpg4",          "X/Open Portability Guide Issue 4 (\\(lqXPG4\\(rq)")
                     39: LINE("-xpg4.2",                "X/Open Portability Guide Issue 4.2 (\\(lqXPG4.2\\(rq)")
                     40: LINE("-xpg4.3",                "X/Open Portability Guide Issue 4.3 (\\(lqXPG4.3\\(rq)")
                     41: LINE("-xbd5",          "X/Open System Interface Definitions Issue 5 (\\(lqXBD5\\(rq)")
                     42: LINE("-xcu5",          "X/Open Commands and Utilities Issue 5 (\\(lqXCU5\\(rq)")
                     43: LINE("-xsh5",          "X/Open System Interfaces and Headers Issue 5 (\\(lqXSH5\\(rq)")
                     44: LINE("-xns5",          "X/Open Networking Services Issue 5 (\\(lqXNS5\\(rq)")
                     45: LINE("-xns5.2d2.0",    "X/Open Networking Services Issue 5.2 Draft 2.0 (\\(lqXNS5.2D2.0\\(rq)")
                     46: LINE("-xcurses4.2",    "X/Open Curses Issue 4 Version 2 (\\(lqXCURSES4.2\\(rq)")
                     47: LINE("-susv2",         "Version 2 of the Single UNIX Specification")
                     48: LINE("-susv3",         "Version 3 of the Single UNIX Specification")
                     49: LINE("-svid4",         "System V Interface Definition, Fourth Edition (\\(lqSVID4\\(rq)")

CVSweb