diff options
author | ache <ache@FreeBSD.org> | 1995-01-17 20:08:42 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-01-17 20:08:42 +0000 |
commit | 8c49c5dc7bcc987826a8a4939778824a221868bf (patch) | |
tree | 256841f446cfc4912fdfea0f1d4994a0329e2c1e | |
parent | 92e55ed89f145a2b63e081f0cfe81d6c622cbbaa (diff) | |
download | FreeBSD-src-8c49c5dc7bcc987826a8a4939778824a221868bf.zip FreeBSD-src-8c49c5dc7bcc987826a8a4939778824a221868bf.tar.gz |
Load russian hyphentation for -Tkoi8-r
-rw-r--r-- | gnu/usr.bin/groff/tmac/troffrc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/tmac/troffrc b/gnu/usr.bin/groff/tmac/troffrc index 8d11dfe..080658d 100644 --- a/gnu/usr.bin/groff/tmac/troffrc +++ b/gnu/usr.bin/groff/tmac/troffrc @@ -19,7 +19,11 @@ troffrc!X100 troffrc!X100-12 .do tr \[char160] .\" Set the hyphenation language to `us'. -.do hla us .\" Load hyphenation patterns from `hyphen.us' (in the tmac directory). -.do hpf hyphen.us +.ie "\*[.T]"koi8-r" \ +.do hla us-ru +.do hpf hyphen.us-ru +.el \ +.do hla us +.do hpf hyphen.us .\" Don't let blank lines creep in here. |