1*698f87a4SGarrett D'Amore/* $Id: st.in,v 1.22 2013/12/25 14:09:32 schwarze Exp $ */ 295c635efSGarrett D'Amore/* 395c635efSGarrett D'Amore * Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv> 495c635efSGarrett D'Amore * 595c635efSGarrett D'Amore * Permission to use, copy, modify, and distribute this software for any 695c635efSGarrett D'Amore * purpose with or without fee is hereby granted, provided that the above 795c635efSGarrett D'Amore * copyright notice and this permission notice appear in all copies. 895c635efSGarrett D'Amore * 995c635efSGarrett D'Amore * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 1095c635efSGarrett D'Amore * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 1195c635efSGarrett D'Amore * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 1295c635efSGarrett D'Amore * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 1395c635efSGarrett D'Amore * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 1495c635efSGarrett D'Amore * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 1595c635efSGarrett D'Amore * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 1695c635efSGarrett D'Amore */ 1795c635efSGarrett D'Amore 1895c635efSGarrett D'Amore/* 1995c635efSGarrett D'Amore * This file defines the .St macro arguments. If you add a new 2095c635efSGarrett D'Amore * standard, make sure that the left-and side corresponds to the .St 2195c635efSGarrett D'Amore * argument (like .St -p1003.1) and the right-hand side corresponds to 2295c635efSGarrett D'Amore * the formatted output string. 2395c635efSGarrett D'Amore * 2495c635efSGarrett D'Amore * Be sure to escape strings. 2595c635efSGarrett D'Amore * The non-breaking blanks prevent ending an output line right before 2695c635efSGarrett D'Amore * a number. Groff prevent line breaks at the same places. 2795c635efSGarrett D'Amore * 2895c635efSGarrett D'Amore * REMEMBER TO ADD NEW STANDARDS TO MDOC.7! 2995c635efSGarrett D'Amore */ 3095c635efSGarrett D'Amore 3195c635efSGarrett D'AmoreLINE("-p1003.1-88", "IEEE Std 1003.1-1988 (\\(lqPOSIX.1\\(rq)") 3295c635efSGarrett D'AmoreLINE("-p1003.1-90", "IEEE Std 1003.1-1990 (\\(lqPOSIX.1\\(rq)") 3395c635efSGarrett D'AmoreLINE("-p1003.1-96", "ISO/IEC 9945-1:1996 (\\(lqPOSIX.1\\(rq)") 3495c635efSGarrett D'AmoreLINE("-p1003.1-2001", "IEEE Std 1003.1-2001 (\\(lqPOSIX.1\\(rq)") 3595c635efSGarrett D'AmoreLINE("-p1003.1-2004", "IEEE Std 1003.1-2004 (\\(lqPOSIX.1\\(rq)") 3695c635efSGarrett D'AmoreLINE("-p1003.1-2008", "IEEE Std 1003.1-2008 (\\(lqPOSIX.1\\(rq)") 3795c635efSGarrett D'AmoreLINE("-p1003.1", "IEEE Std 1003.1 (\\(lqPOSIX.1\\(rq)") 38*698f87a4SGarrett D'AmoreLINE("-p1003.1b", "IEEE Std 1003.1b (\\(lqPOSIX.1b\\(rq)") 39*698f87a4SGarrett D'AmoreLINE("-p1003.1b-93", "IEEE Std 1003.1b-1993 (\\(lqPOSIX.1b\\(rq)") 40*698f87a4SGarrett D'AmoreLINE("-p1003.1c-95", "IEEE Std 1003.1c-1995 (\\(lqPOSIX.1c\\(rq)") 41*698f87a4SGarrett D'AmoreLINE("-p1003.1d-99", "IEEE Std 1003.1d-1999 (\\(lqPOSIX.1d\\(rq)") 42*698f87a4SGarrett D'AmoreLINE("-p1003.1g-2000", "IEEE Std 1003.1g-2000 (\\(lqPOSIX.1g\\(rq)") 43*698f87a4SGarrett D'AmoreLINE("-p1003.1i-95", "IEEE Std 1003.1i-1995 (\\(lqPOSIX.1i\\(rq)") 44*698f87a4SGarrett D'AmoreLINE("-p1003.1j-2000", "IEEE Std 1003.1j-2000 (\\(lqPOSIX.1j\\(rq)") 45*698f87a4SGarrett D'AmoreLINE("-p1003.1q-2000", "IEEE Std 1003.1q-2000 (\\(lqPOSIX.1q\\(rq)") 46*698f87a4SGarrett D'AmoreLINE("-p1003.2", "IEEE Std 1003.2 (\\(lqPOSIX.2\\(rq)") 4795c635efSGarrett D'AmoreLINE("-p1003.2-92", "IEEE Std 1003.2-1992 (\\(lqPOSIX.2\\(rq)") 4895c635efSGarrett D'AmoreLINE("-p1003.2a-92", "IEEE Std 1003.2a-1992 (\\(lqPOSIX.2\\(rq)") 4995c635efSGarrett D'AmoreLINE("-p1387.2", "IEEE Std 1387.2 (\\(lqPOSIX.7.2\\(rq)") 50*698f87a4SGarrett D'AmoreLINE("-p1387.2-95", "IEEE Std 1387.2-1995 (\\(lqPOSIX.7.2\\(rq)") 5195c635efSGarrett D'AmoreLINE("-isoC", "ISO/IEC 9899:1990 (\\(lqISO\\~C90\\(rq)") 5295c635efSGarrett D'AmoreLINE("-isoC-90", "ISO/IEC 9899:1990 (\\(lqISO\\~C90\\(rq)") 5395c635efSGarrett D'AmoreLINE("-isoC-amd1", "ISO/IEC 9899/AMD1:1995 (\\(lqISO\\~C90, Amendment 1\\(rq)") 5495c635efSGarrett D'AmoreLINE("-isoC-tcor1", "ISO/IEC 9899/TCOR1:1994 (\\(lqISO\\~C90, Technical Corrigendum 1\\(rq)") 5595c635efSGarrett D'AmoreLINE("-isoC-tcor2", "ISO/IEC 9899/TCOR2:1995 (\\(lqISO\\~C90, Technical Corrigendum 2\\(rq)") 5695c635efSGarrett D'AmoreLINE("-isoC-99", "ISO/IEC 9899:1999 (\\(lqISO\\~C99\\(rq)") 5795c635efSGarrett D'AmoreLINE("-isoC-2011", "ISO/IEC 9899:2011 (\\(lqISO\\~C11\\(rq)") 5895c635efSGarrett D'AmoreLINE("-iso9945-1-90", "ISO/IEC 9945-1:1990 (\\(lqPOSIX.1\\(rq)") 5995c635efSGarrett D'AmoreLINE("-iso9945-1-96", "ISO/IEC 9945-1:1996 (\\(lqPOSIX.1\\(rq)") 6095c635efSGarrett D'AmoreLINE("-iso9945-2-93", "ISO/IEC 9945-2:1993 (\\(lqPOSIX.2\\(rq)") 6195c635efSGarrett D'AmoreLINE("-ansiC", "ANSI X3.159-1989 (\\(lqANSI\\~C89\\(rq)") 6295c635efSGarrett D'AmoreLINE("-ansiC-89", "ANSI X3.159-1989 (\\(lqANSI\\~C89\\(rq)") 6395c635efSGarrett D'AmoreLINE("-ansiC-99", "ANSI/ISO/IEC 9899-1999 (\\(lqANSI\\~C99\\(rq)") 6495c635efSGarrett D'AmoreLINE("-ieee754", "IEEE Std 754-1985") 6595c635efSGarrett D'AmoreLINE("-iso8802-3", "ISO 8802-3: 1989") 6695c635efSGarrett D'AmoreLINE("-iso8601", "ISO 8601") 6795c635efSGarrett D'AmoreLINE("-ieee1275-94", "IEEE Std 1275-1994 (\\(lqOpen Firmware\\(rq)") 6895c635efSGarrett D'AmoreLINE("-xpg3", "X/Open Portability Guide Issue\\~3 (\\(lqXPG3\\(rq)") 6995c635efSGarrett D'AmoreLINE("-xpg4", "X/Open Portability Guide Issue\\~4 (\\(lqXPG4\\(rq)") 7095c635efSGarrett D'AmoreLINE("-xpg4.2", "X/Open Portability Guide Issue\\~4, Version\\~2 (\\(lqXPG4.2\\(rq)") 7195c635efSGarrett D'AmoreLINE("-xpg4.3", "X/Open Portability Guide Issue\\~4, Version\\~3 (\\(lqXPG4.3\\(rq)") 7295c635efSGarrett D'AmoreLINE("-xbd5", "X/Open Base Definitions Issue\\~5 (\\(lqXBD5\\(rq)") 7395c635efSGarrett D'AmoreLINE("-xcu5", "X/Open Commands and Utilities Issue\\~5 (\\(lqXCU5\\(rq)") 74*698f87a4SGarrett D'AmoreLINE("-xsh4.2", "X/Open System Interfaces and Headers Issue\\~4, Version\\~2 (\\(lqXSH4.2\\(rq)") 7595c635efSGarrett D'AmoreLINE("-xsh5", "X/Open System Interfaces and Headers Issue\\~5 (\\(lqXSH5\\(rq)") 7695c635efSGarrett D'AmoreLINE("-xns5", "X/Open Networking Services Issue\\~5 (\\(lqXNS5\\(rq)") 7795c635efSGarrett D'AmoreLINE("-xns5.2", "X/Open Networking Services Issue\\~5.2 (\\(lqXNS5.2\\(rq)") 7895c635efSGarrett D'AmoreLINE("-xns5.2d2.0", "X/Open Networking Services Issue\\~5.2 Draft\\~2.0 (\\(lqXNS5.2D2.0\\(rq)") 7995c635efSGarrett D'AmoreLINE("-xcurses4.2", "X/Open Curses Issue\\~4, Version\\~2 (\\(lqXCURSES4.2\\(rq)") 80*698f87a4SGarrett D'AmoreLINE("-susv2", "Version\\~2 of the Single UNIX Specification (\\(lqSUSv2\\(rq)") 81*698f87a4SGarrett D'AmoreLINE("-susv3", "Version\\~3 of the Single UNIX Specification (\\(lqSUSv3\\(rq)") 8295c635efSGarrett D'AmoreLINE("-svid4", "System\\~V Interface Definition, Fourth Edition (\\(lqSVID4\\(rq)") 83