diff options
author | ache <ache@FreeBSD.org> | 1999-07-31 14:16:04 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-07-31 14:16:04 +0000 |
commit | 0515b9ac0b658d052ae8b6a53f1bf94e88f71273 (patch) | |
tree | 65ca09cf8ba11502711e748f741f42bb677572b3 /contrib | |
parent | 6dfe0403e278028665d4a7d8ea93b79a746b5a4e (diff) | |
download | FreeBSD-src-0515b9ac0b658d052ae8b6a53f1bf94e88f71273.zip FreeBSD-src-0515b9ac0b658d052ae8b6a53f1bf94e88f71273.tar.gz |
change prev. commit: emulate latin1 on ascii if latin1 chars are
in the text as groff authors suppose
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/groff/tmac/tmac.tty-char | 2 | ||||
-rw-r--r-- | contrib/groff/tmac/troffrc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/groff/tmac/tmac.tty-char b/contrib/groff/tmac/tmac.tty-char index d9706a8..e2770f2 100644 --- a/contrib/groff/tmac/tmac.tty-char +++ b/contrib/groff/tmac/tmac.tty-char @@ -195,4 +195,4 @@ .\"tty-char \(:y \ij .tty-char \[arrowvertex] | .cp \n(_C -.ie "\*[.T]"latin1" .do mso tmac.latin1 +.if "\*[.T]"ascii" .do mso tmac.latin1 diff --git a/contrib/groff/tmac/troffrc b/contrib/groff/tmac/troffrc index 8238142..e360853 100644 --- a/contrib/groff/tmac/troffrc +++ b/contrib/groff/tmac/troffrc @@ -19,7 +19,7 @@ .do rm troffrc!ps troffrc!Xps troffrc!dvi troffrc!X75 troffrc!X75-12 \ troffrc!X100 troffrc!X100-12 troffrc!lj4 .ie "\*[.T]"koi8-r" .do tr \[char154] -.el .if "\*[.T]"latin1" .do tr \[char160] +.el .do tr \[char160] .\" Set the hyphenation language to `us' unless we're using koi8-r (russian) .\" Load hyphenation patterns from `hyphen.us' (in the tmac directory). .ie "\*[.T]"koi8-r" \{\ |