diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-08-09 23:41:14 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-08-09 23:41:14 +0000 |
commit | b68dddee34b69c6d93422edbafe5e560737c34a8 (patch) | |
tree | 9d5fce597275a7ea89cf309d81befc329dc6f56e /usr.bin | |
parent | d820f3e3ba1e6e29ce2bf7dcd9ec368578f3f3d7 (diff) |
sync to 1.8.4: three additional .St macros
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/mandoc/st.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/mandoc/st.in b/usr.bin/mandoc/st.in index 5ec21dd38ff..bd7cef2a45b 100644 --- a/usr.bin/mandoc/st.in +++ b/usr.bin/mandoc/st.in @@ -1,4 +1,4 @@ -/* $Id: st.in,v 1.3 2009/07/12 23:23:10 schwarze Exp $ */ +/* $Id: st.in,v 1.4 2009/08/09 23:41:13 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se> * @@ -40,6 +40,7 @@ LINE("-p1003.2-92", "IEEE Std 1003.2-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)") +LINE("-isoC", "ISO/IEC 9899:1990 (\\(lqISO C90\\(rq)") LINE("-isoC-90", "ISO/IEC 9899:1990 (\\(lqISO C90\\(rq)") LINE("-isoC-amd1", "ISO/IEC 9899/AMD1:1995 (\\(lqISO C90\\(rq)") LINE("-isoC-tcor1", "ISO/IEC 9899/TCOR1:1994 (\\(lqISO C90\\(rq)") @@ -50,6 +51,7 @@ LINE("-ansiC-89", "ANSI X3.159-1989 (\\(lqANSI C\\(rq)") LINE("-ansiC-99", "ANSI/ISO/IEC 9899-1999 (\\(lqANSI C99\\(rq)") LINE("-ieee754", "IEEE Std 754-1985") LINE("-iso8802-3", "ISO 8802-3: 1989") +LINE("-ieee1275-94", "IEEE Std 1275-1994 (\\(lqOpen Firmware\\(rq)") LINE("-xpg3", "X/Open Portability Guide Issue 3 (\\(lqXPG3\\(rq)") LINE("-xpg4", "X/Open Portability Guide Issue 4 (\\(lqXPG4\\(rq)") LINE("-xpg4.2", "X/Open Portability Guide Issue 4.2 (\\(lqXPG4.2\\(rq)") @@ -58,6 +60,7 @@ LINE("-xbd5", "X/Open System Interface Definitions Issue 5 (\\(lqXBD5\\(rq)") LINE("-xcu5", "X/Open Commands and Utilities Issue 5 (\\(lqXCU5\\(rq)") LINE("-xsh5", "X/Open System Interfaces and Headers Issue 5 (\\(lqXSH5\\(rq)") LINE("-xns5", "X/Open Networking Services Issue 5 (\\(lqXNS5\\(rq)") +LINE("-xns5.2", "X/Open Networking Services Issue 5.2 (\\(lqXNS5.2\\(rq)") LINE("-xns5.2d2.0", "X/Open Networking Services Issue 5.2 Draft 2.0 (\\(lqXNS5.2D2.0\\(rq)") LINE("-xcurses4.2", "X/Open Curses Issue 4 Version 2 (\\(lqXCURSES4.2\\(rq)") LINE("-susv2", "Version 2 of the Single UNIX Specification") |