diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-10 23:14:55 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-10 23:14:55 +0000 |
| commit | a404a90a1b60cedbe6fef98079493ac8b1b11f86 (patch) | |
| tree | e07663e36d3aea97a1ecc59cb1d07968e258e9dc | |
| parent | c1ad6b9c83571af1a029a12c2c4e6092c4e4d7f4 (diff) | |
Notes
| -rw-r--r-- | contrib/groff/tmac/doc-syms | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/groff/tmac/doc-syms b/contrib/groff/tmac/doc-syms index 426f74bd833a1..a87cf806ad2b5 100644 --- a/contrib/groff/tmac/doc-syms +++ b/contrib/groff/tmac/doc-syms @@ -371,6 +371,16 @@ . as b1 (``\\*(tNISO C\\*(aa'') . \} . \} +. if "\\*(A\\n(aP"-isoC-99" \{\ +. ie \\n(sT==1 \{\ +. ds b1 \&\\*(tNISO/IEC \\*(aa9899:\ 1999\\*(sV +. as b1 (``\\*(tNISO C99\\*(aa'') +. \} +. el \{\ +. ds b1 \&\\*(tNISO/IEC \\*(aa9899:\ 1999\\*(sV +. as b1 (``\\*(tNISO C99\\*(aa'') +. \} +. \} . if "\\*(A\\n(aP"-iso9899" \{\ . ie \\n(sT==1 \{\ . ds b1 \&\\*(tNISO \\*(aa9899: 1990\\*(sV |
