diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-04-04 03:48:18 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-04-04 03:48:18 +0000 |
commit | 9d9f81f71c3aa67c1250accd950c7935b85ffdb3 (patch) | |
tree | aba88557a37e4784a1b5c7c01bcc98610da636b6 /share/tmac | |
parent | 29a7172c83468bdf56f6ea37e4e66a6aebabf767 (diff) |
Add C99 and XPG4.3; C99 part from Jean-Francois Brousseau
Diffstat (limited to 'share/tmac')
-rw-r--r-- | share/tmac/mdoc/doc-syms | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/share/tmac/mdoc/doc-syms b/share/tmac/mdoc/doc-syms index c6871ddc901..263b2f7fff4 100644 --- a/share/tmac/mdoc/doc-syms +++ b/share/tmac/mdoc/doc-syms @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-syms,v 1.38 2001/10/29 19:34:14 jason Exp $ +.\" $OpenBSD: doc-syms,v 1.39 2002/04/04 03:48:17 millert Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -389,6 +389,10 @@ . ds b1 \&\\*(tNANSI \\*(aaX3.159-1989\\*(sV . as b1 (``\\*(tNANSI C\\*(aa'') . \} +. if "\\*(A\\n(aP"-ansiC-99" \{\ +. ds b1 \&\\*(tNANSI/ISO/IEC \\*(aa9899-1999\\*(sV +. as b1 (``\\*(tNANSI C99\\*(aa'') +. \} . if "\\*(A\\n(aP"-ieee754" \{\ . ds b1 \&\\*(tNIEEE Std\\*(aa754-1985 . \} @@ -408,6 +412,10 @@ . ds b1 \&X/Open Portability Guide Issue 4.2\\*(aa\\*(sV . as b1 (``\\*(tNXPG4.2\\*(aa'') . \} +. if "\\*(A\\n(aP"-xpg4.3" \{\ +. ds b1 \&X/Open Portability Guide Issue 4.3\\*(aa\\*(sV +. as b1 (``\\*(tNXPG4.3\\*(aa'') +. \} . if "\\*(A\\n(aP"-xbd5" \{\ . ds b1 \&X/Open System Interface Definitions Issue 5\\*(sV . as b1 (``\\*(tNXBD5\\*(aa'') |