diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-04-20 20:45:35 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-04-20 20:45:35 +0000 |
commit | cafd8ee2af3c878e519fbe909ded96c00fca835a (patch) | |
tree | d3afd90b99ac86803cc528f3d4267630d9b1f443 /share/tmac | |
parent | 0c97688eda43937fd0fa0252c004dd27f7c1169f (diff) |
Add POSIX 1003.1b-1993
Diffstat (limited to 'share/tmac')
-rw-r--r-- | share/tmac/mdoc/doc-syms | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/share/tmac/mdoc/doc-syms b/share/tmac/mdoc/doc-syms index 898453c664a..6c9dbbaeb2b 100644 --- a/share/tmac/mdoc/doc-syms +++ b/share/tmac/mdoc/doc-syms @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-syms,v 1.6 1997/02/14 03:53:02 tholo Exp $ +.\" $OpenBSD: doc-syms,v 1.7 1997/04/20 20:45:34 tholo Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -202,7 +202,7 @@ .de St .if \\n(aC==0 \{\ . ie \\n(.$==0 \{\ -.tm Usage: .St [-p1003.1-88 | -p1003.1-90 | -p1003.2 | -p1003.1b | -p1387.2-95 | -p1387.2 | -ansiC-89 | -ieee754 | -iso | -xpg3 | -xpg4 | -xpg4.2 ] \\*(Pu ... (#\\n(.c) +.tm Usage: .St [-p1003.1-88 | -p1003.1-90 | -p1003.2 | -p1003.1b | -p1003.1b-93 | -p1387.2-95 | -p1387.2 | -ansiC-89 | -ieee754 | -iso | -xpg3 | -xpg4 | -xpg4.2 ] \\*(Pu ... (#\\n(.c) . \} . el \{\ . ds mN St @@ -265,6 +265,16 @@ . as b1 (``\\*(tN\\*(Px\\*(aa'') . \} . \} +. if "\\*(A\\n(aP"-p1003.1b-93" \{\ +. ie \\n(sT==1 \{\ +. ds b1 \&\\*(tNIEEE Std\\*(aa1003.1b-1993\\*(sV +. as b1 (``\\*(tN\\*(Px\\*(aa'') +. \} +. el \{\ +. ds b1 \&\\*(tNIEEE Std\\*(aa1003.1b-1993\\*(sV +. as b1 (``\\*(tN\\*(Px\\*(aa'') +. \} +. \} . if "\\*(A\\n(aP"-p1003.2-92" \{\ . ie \\n(sT==1 \{\ . ds b1 \&\\*(tNIEEE Std\\*(aa1003.2-1992\\*(sV |