From 3e6c1c6d90501306b3b03d3b3fe98af6a2f090d3 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 17 Jan 1995 20:08:42 +0000 Subject: [PATCH] Load russian hyphentation for -Tkoi8-r --- gnu/usr.bin/groff/tmac/troffrc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/groff/tmac/troffrc b/gnu/usr.bin/groff/tmac/troffrc index 8d11dfee124c..080658d8ee85 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.