diff options
author | ache <ache@FreeBSD.org> | 2000-01-06 12:48:48 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-01-06 12:48:48 +0000 |
commit | 06a3f76fceb79846d751c71173ef271e9bc91311 (patch) | |
tree | 9e7377fcdd096a1838c1abd01361bf346023cc09 /contrib/groff/tmac | |
parent | 097686da474396ee9abe774162ba9d7602f52c2c (diff) | |
download | FreeBSD-src-06a3f76fceb79846d751c71173ef271e9bc91311.zip FreeBSD-src-06a3f76fceb79846d751c71173ef271e9bc91311.tar.gz |
Oops, fix typo in prev commit
Diffstat (limited to 'contrib/groff/tmac')
-rw-r--r-- | contrib/groff/tmac/tmac.tty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/groff/tmac/tmac.tty b/contrib/groff/tmac/tmac.tty index 2edbf1b..2d21af2 100644 --- a/contrib/groff/tmac/tmac.tty +++ b/contrib/groff/tmac/tmac.tty @@ -5,7 +5,7 @@ .\" Don't warn about non-existent fonts. .warn \n[.warn]-(\n[.warn]/131072%2*131072) .po 0 -.ie !"\*[.T]"koi8-r" .if c\[char173] .shc \[char173] +.if !"\*[.T]"koi8-r" .if c\[char173] .shc \[char173] .de tty-char .if !c\\$1 .char \\$1 "\\$2 .. |