diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-02-14 03:53:03 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-02-14 03:53:03 +0000 |
commit | 42a0b5daa0b9e065d5250f183389b32d6fa787d8 (patch) | |
tree | ba6a932a3a0b54430015a6545d5db212ec3f53ae /share/tmac/mdoc/doc-syms | |
parent | 78609217f95aa01edc48e843c178cee4b31ac92c (diff) |
Add IEEE Std 1387.2-1995 (POSIX.7.2)
Diffstat (limited to 'share/tmac/mdoc/doc-syms')
-rw-r--r-- | share/tmac/mdoc/doc-syms | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/share/tmac/mdoc/doc-syms b/share/tmac/mdoc/doc-syms index 0bbbcbb2277..898453c664a 100644 --- a/share/tmac/mdoc/doc-syms +++ b/share/tmac/mdoc/doc-syms @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-syms,v 1.5 1997/02/03 15:56:45 deraadt Exp $ +.\" $OpenBSD: doc-syms,v 1.6 1997/02/14 03:53:02 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 | -ansiC-89 | -ieee754 | -iso | -xpg3 | -xpg4 | -xpg4.2 ] \\*(Pu ... (#\\n(.c) +.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) . \} . el \{\ . ds mN St @@ -285,6 +285,26 @@ . as b1 (``\\*(tN\\*(Px.2\\*(aa'') . \} . \} +. if "\\*(A\\n(aP"-p1387.2-95" \{\ +. ie \\n(sT==1 \{\ +. ds b1 \&\\*(tNIEEE Std\\*(aa1387.2-1995\\*(sV +. as b1 (``\\*(tN\\*(Px.7.2\\*(aa'') +. \} +. el \{\ +. ds b1 \&\\*(tNIEEE Std\\*(aa1387.2-1995\\*(sV +. as b1 (``\\*(tN\\*(Px.7.2\\*(aa'') +. \} +. \} +. if "\\*(A\\n(aP"-p1387.2" \{\ +. ie \\n(sT==1 \{\ +. ds b1 \&\\*(tNIEEE Std\\*(aa1387.2 +. as b1 (``\\*(tN\\*(Px.7.2\\*(aa'') +. \} +. el \{\ +. ds b1 \&\\*(tNIEEE Std\\*(aa1387.2\\*(sV +. as b1 (``\\*(tN\\*(Px.7.2\\*(aa'') +. \} +. \} . if "\\*(A\\n(aP"-ansiC" \{\ . ie \\n(sT==1 \{\ . ds b1 \&\\*(tNANSI \\*(aaX3.159-1989\\*(sV |