diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1998-09-12 21:31:21 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1998-09-12 21:31:21 +0000 |
| commit | f0da769a734cc9eaeeb27804883852cd1fa7030d (patch) | |
| tree | a979c28503b86aba68d9d76cdf7b181d80b00f32 | |
| parent | 96de0f8b6337dbf4d55942c5ede49e3ec8a1a4da (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 da088adcb8a7..d5c451a684b0 100644 --- a/contrib/groff/tmac/doc-syms +++ b/contrib/groff/tmac/doc-syms @@ -298,6 +298,16 @@ . as b1 (``\\*(tN\\*(Px\\*(aa'') . \} . \} +. if "\\*(A\\n(aP"-p1003.1g" \{\ +. ie \\n(sT==1 \{\ +. ds b1 \&\\*(tNIEEE \\*(aaP1003.1g\\*(sV +. as b1 (``\\*(tN\\*(Px\\*(aa'') +. \} +. el \{\ +. ds b1 \&\\*(tNIEEE \\*(aaP1003.1g\\*(sV +. as b1 (``\\*(tN\\*(Px\\*(aa'') +. \} +. \} . if "\\*(A\\n(aP"-p1003.1-90" \{\ . ie \\n(sT==1 \{\ . ds b1 \&\\*(tNIEEE Std\\*(aa1003.1-1990\\*(sV |
