diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2002-12-06 02:37:14 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2002-12-06 02:37:14 +0000 |
commit | 275645d7f06706a0a1de6165df1e5d1c073dd6f9 (patch) | |
tree | 4d6b6798430f39eba6504c1fa22073b9273521a4 /share/tmac/mdoc | |
parent | 0a89cc4a483dcf9bbd5f7d51c61191799692771b (diff) |
add IEEE Std 1003.1-2001. OK deraadt@
Diffstat (limited to 'share/tmac/mdoc')
-rw-r--r-- | share/tmac/mdoc/doc-syms | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/tmac/mdoc/doc-syms b/share/tmac/mdoc/doc-syms index 4b65821807d..97212b7c8e7 100644 --- a/share/tmac/mdoc/doc-syms +++ b/share/tmac/mdoc/doc-syms @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-syms,v 1.42 2002/09/10 21:36:57 deraadt Exp $ +.\" $OpenBSD: doc-syms,v 1.43 2002/12/06 02:37:13 marc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -318,7 +318,7 @@ .de St .if \\n(aC==0 \{\ . ie \\n(.$==0 \{\ -.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 | -xpg4.3 | -susv2 | -susv3 ] \\*(Pu ... (#\\n(.c) +.tm Usage: .St [-p1003.1-88 | -p1003.1-90 | -p1003.1-01 | -p1003.2 | -p1003.1b | -p1003.1b-93 | -p1387.2-95 | -p1387.2 | -ansiC-89 | -ieee754 | -iso | -xpg3 | -xpg4 | -xpg4.2 | -xpg4.3 | -susv2 | -susv3 ] \\*(Pu ... (#\\n(.c) . \} . el \{\ . ds mN St @@ -349,6 +349,10 @@ . ds b1 \&\\*(tNIEEE Std\\*(aa1003.1-1990\\*(sV . as b1 (``\\*(tN\\*(Px\\*(aa'') . \} +. if "\\*(A\\n(aP"-p1003.1-01" \{\ +. ds b1 \&\\*(tNIEEE Std \\*(aa1003.1-2001\\*(sV +. as b1 (``\\*(tN\\*(Px\\*(aa'') +. \} . if "\\*(A\\n(aP"-p1003.1" \{\ . ds b1 \&\\*(tNIEEE Std\\*(aa1003.1\\*(sV . as b1 (``\\*(tN\\*(Px\\*(aa'') |