diff options
author | wollman <wollman@FreeBSD.org> | 1999-01-03 00:58:50 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1999-01-03 00:58:50 +0000 |
commit | b18417852f61d63825209b8fcea3f87ce9d0dc91 (patch) | |
tree | 0fc02336c13ca7b2de2aab0064c1cfee3bbafb4f /contrib | |
parent | 205566608cec0c6ca3efbf5636839ab621dd8860 (diff) | |
download | FreeBSD-src-b18417852f61d63825209b8fcea3f87ce9d0dc91.zip FreeBSD-src-b18417852f61d63825209b8fcea3f87ce9d0dc91.tar.gz |
Add a macro for ISO/IEC 9945-1: 1996, the official designation of the most
recent POSIX.1 standard.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/groff/tmac/doc-syms | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/groff/tmac/doc-syms b/contrib/groff/tmac/doc-syms index d5c451a..1e28424 100644 --- a/contrib/groff/tmac/doc-syms +++ b/contrib/groff/tmac/doc-syms @@ -250,6 +250,12 @@ \&is currently in beta test. .. .\" NS St macro - standards (posix, ansi - formal standard names) +.\" ISO/IEC 9945-1 : 1996 (-iso9945-1) comprises: +.\" IEEE 1003.1-1996 +.\" IEEE 1003.1b-1993 +.\" IEEE 1003.1i-1995 +.\" and IEEE 1003.1c-1995 +.\" .ds Px \\*(tNPOSIX .ds Ai \\*(tNANSI .de St @@ -358,6 +364,16 @@ . as b1 (``\\*(tN\\*(Px.2\\*(aa'') . \} . \} +. if "\\*(A\\n(aP"-iso9945-1" \{\ +. ie \\n(sT==1 \{\ +. ds b1 \&\\*(tNISO/IEC \\*(aa9945-1: 1996\\*(sV +. as b1 (``\\*(tN\\*(Px.1\\*(aa'') +. \} +. el \{\ +. ds b1 \&\\*(tNISO/IEC \\*(aa9945-1: 1996\\*(sV +. as b1 (``\\*(tN\\*(Px.1\\*(aa'') +. \} +. \} . if "\\*(A\\n(aP"-ansiC" \{\ . ie \\n(sT==1 \{\ . ds b1 \&\\*(tNISO \\*(aa9899:\ 1990\\*(sV |